OSDN Git Service

* gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / pr27409.c
1 /* { dg-do compile } */
2
3 typedef struct {
4         struct { } z;
5 } thang_t;
6
7 struct {
8         short           e;
9         thang_t         f;
10         int g;
11 } my_struct;
12
13 void function(int blaz)
14 {
15   thang_t *fp = &my_struct.f;
16   foo(fp);
17 }