blob: b670f429540ba56fec5fad94ea5e0acac6e71afb [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-require-effective-target dfp_hw } */
/* { dg-options "-mdejagnu-cpu=power6 -mno-sched-epilog -Ofast" } */
/* Prior to resolving PR 80101, this test case resulted in an internal
compiler error. The role of this test program is to assure that
dejagnu's "test for excess errors" does not find any. */
int b;
void e ();
int c ()
{
struct
{
int a[b];
} d;
if (d.a[0])
e ();
}