* gcc.target/powerpc/builtins-1-be.c <vclzb>: Rename duplicate test
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr80101-1.c
blob45011d54ac22bf9da0e25a49b4428cc7cc15dd58
1 /* { dg-do compile { target { powerpc*-*-* } } } */
2 /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power6" } } */
3 /* { dg-require-effective-target dfp_hw } */
4 /* { dg-options "-mcpu=power6 -mno-sched-epilog -Ofast" } */
6 /* Prior to resolving PR 80101, this test case resulted in an internal
7 compiler error. The role of this test program is to assure that
8 dejagnu's "test for excess errors" does not find any. */
10 int b;
12 void e ();
14 int c ()
16 struct
18 int a[b];
19 } d;
20 if (d.a[0])
21 e ();