modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr99104.c
blob807e1da4090803f7e6aac1312aff0ef6838d0aeb
1 /* PR target/99104 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O2 -fsel-sched-pipelining -fselective-scheduling2 -funroll-loops" } */
5 __int128 a;
6 int b;
7 int foo (void);
9 int __attribute__ ((simd))
10 bar (void)
12 a = ~a;
13 if (foo ())
14 b = 0;