------- Comment #2 from reichelt at gcc dot gnu dot org  2006-02-01 12:20 
-------
The following testcase shows the same problem, but *without* using
GCC's extension of anonymous structs:

==========================
class A {
  union {
    union {
      int i;
    };
  };
};

int j=A().i;
==========================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |accepts-invalid, monitored


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24926

Reply via email to