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



Jason Merrill <jason at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|RESOLVED                    |REOPENED

         Resolution|FIXED                       |



--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2013-01-07 
16:43:55 UTC ---

(In reply to comment #4)

> BTW, what about:

> typedef struct {

>   typedef enum { X, Y } A;

>   typedef struct { } B;

>   struct C {

>     static void fn1 (B) { }

>     static void fn2 (C) { }

>   };

> } D;



Hmm, yes, that's still a regression from 4.4.

Reply via email to