Thread overview
[Issue 22652] importC: Braceless initializer of nested struct is rejected.
Sep 17, 2022
Walter Bright
January 05, 2022
https://issues.dlang.org/show_bug.cgi?id=22652

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid

--
January 05, 2022
https://issues.dlang.org/show_bug.cgi?id=22652

--- Comment #1 from dave287091@gmail.com ---
(In reply to dave287091 from comment #0)

> C11 does not require braces.

Should’ve been “C11 does not require braces for subobjects."

--
September 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22652

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |FIXED

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Fixed by https://github.com/dlang/dmd/pull/14444

--