[llvm-bugs] [Bug 41682] C11 anonymous struct not liked

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 1 00:55:57 PDT 2019


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

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

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

--- Comment #1 from Fred J. Tydeman <tydeman at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190501/d07ca341/attachment.html>


More information about the llvm-bugs mailing list