C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / g++.dg / pr92022.C
blob066d984ffc58e3184afb1c0ae5a0446ffc47fd45
1 // { dg-do compile { target alpha*-*-* } }
2 // { dg-options "-O1 -g -fno-var-tracking -mcpu=ev4 -mieee" }
4 struct a {
5   a(long);
6 };
7 long b;
8 void c() {
9   a d(1);
10   double e = b;
11   for (; b;)
12     d = e;