https://bugs.llvm.org/show_bug.cgi?id=41682

Fred J. Tydeman <tyde...@tybor.com> changed:

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

--- Comment #1 from Fred J. Tydeman <tyde...@tybor.com> ---
User misunderstood the C standard.  The struct b should be:

struct b {
  int x;
  struct {
;
  int z;
};

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to