Print "Global Exported" to dump_file from set_range_info.
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr80101-1.c
blobb670f429540ba56fec5fad94ea5e0acac6e71afb
1 /* { dg-do compile { target { powerpc*-*-* } } } */
2 /* { dg-require-effective-target dfp_hw } */
3 /* { dg-options "-mdejagnu-cpu=power6 -mno-sched-epilog -Ofast" } */
5 /* Prior to resolving PR 80101, this test case resulted in an internal
6 compiler error. The role of this test program is to assure that
7 dejagnu's "test for excess errors" does not find any. */
9 int b;
11 void e ();
13 int c ()
15 struct
17 int a[b];
18 } d;
19 if (d.a[0])
20 e ();