OSDN Git Service

2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.mike / misc5.C
1 // Build don't link: 
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;                // ERROR - uses same name 9.3
8 };
9 struct S2 {
10   union { int ii; float S2; };  // ERROR - uses same name 9.3
11 };