OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr27150-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 int g(int f)
4 {
5   return (&f)!=0;
6 }
7