OSDN Git Service

* gcc.dg/lto/ipacp_0.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / ipacp_1.c
1 void abort (void);
2 extern int a;
3
4 __attribute__ ((noinline))
5 void
6 clone_me (int *ptr)
7 {
8   if (ptr != &a)
9     abort ();
10   if (!__builtin_constant_p (ptr != &a))
11     abort ();
12 }