Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / ipareference2_1.c
blobc7653b0807ba04e3987932328b3eef9371d5be3b
1 void abort (void);
2 extern int *a[5];
3 extern int b,c,d,e,f;
4 __attribute__ ((noinline, noclone))
5 void
6 other_ltrans (void)
8 if (!__builtin_constant_p (a[1]==a[2]))
9 abort ();
10 if (a[1]!=a[2])
11 abort ();
12 *(a[1])=11;