OSDN Git Service

Merge in xfails from PR14107.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.mike / misc5.C
1 // { dg-do assemble  }
2 // GROUPS uncaught
3 // Cfront bug A.3 (See Language System Release Notes for the
4 // SPARCompiler C++ version 3.0)
5
6 struct S1 {
7   static int S1;                // { dg-error "" } uses same name 9.3
8 };
9 struct S2 {
10   union { int ii; float S2; };  // { dg-error "" } uses same name 9.3
11 };