Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-47.c
blob3bbd34d669f4145e0b9e0ee27541ab258e15e005
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 char * begfield (int tab, char * ptr, char * lim, int sword, int schar);
6 int __GIMPLE (ssa)
7 main ()
9 char * lim;
10 char * s;
11 char * _1;
13 __BB(2):
14 _1 = begfield (58, ":ab", &__MEM <char[4]> ((void *)&":ab" + _Literal
15 (void *) 3), 1, 1);
16 if (_1 != _Literal (char *) &__MEM <char[4]> ((void *)&":ab" + _Literal (void *) 2))
17 goto __BB3;
18 else
19 goto __BB4;
21 __BB(3):
22 __builtin_abort ();
24 __BB(4):
25 __builtin_exit (0);