https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90296

Fred J. Tydeman <tydeman at tybor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Fred J. Tydeman <tydeman at tybor dot com> ---
User misunderstood C standard.  struct b should be:

struct b {
  int x;
  struct {  /* anonymous */
    int y;
  };
  int z;
};

Reply via email to