Mercurial > hg > CbC > CbC_gcc
comparison gcc/testsuite/gcc.dg/pr69032.c @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
1 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */ | |
2 /* { dg-options "-O2 -fsched-pressure -fsel-sched-pipelining -fselective-scheduling" } */ | |
3 | |
4 void foo (long long i) | |
5 { | |
6 while (i != -1) | |
7 { | |
8 ++i; | |
9 __asm__ (""); | |
10 } | |
11 } |