2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-21.c
blob55ea0b825c5c45830a0c2b3735ee9e79f096f829
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 float __GIMPLE ()
5 foo (int * p)
7 float f;
8 float D1800;
9 unsigned int D1799;
11 D1799 = __MEM <unsigned int, 8> ((char *)p + 1);
12 __MEM <unsigned int, 16> ((char *)&f + 0xfffffffffffffffe) = D1799;
13 __MEM <int> (p) = 1;
14 __MEM <int, 2> (p) = 1;
15 __MEM <int> (p + 2) = 1;
16 __MEM <int> ((char *)p) = 1;
17 D1800 = f;
18 return D1800;