Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr99122-1.c
blob5dfc0a85ad41aa205a5e4a8a176a0a7e86add140
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -g -w" } */
4 void f ()
6 int n = 5;
7 struct { char a[n]; } x;
8 g (x, x);
10 int g (double x, double y)
12 return __builtin_isgreater (x, y);