[Bug c/63944] [DR413] Partial overriding of nonconstant struct/union initializers with designated initializers

2021-01-05 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63944

Marek Polacek  changed:

   What|Removed |Added

   Assignee|mpolacek at gcc dot gnu.org|unassigned at gcc dot 
gnu.org
 Status|ASSIGNED|NEW

[Bug c/63944] [DR413] Partial overriding of nonconstant struct/union initializers with designated initializers

2020-03-19 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63944

Joseph S. Myers  changed:

   What|Removed |Added

 CC||dje at gcc dot gnu.org

--- Comment #9 from Joseph S. Myers  ---
*** Bug 94225 has been marked as a duplicate of this bug. ***

[Bug c/63944] [DR413] Partial overriding of nonconstant struct/union initializers with designated initializers

2019-09-20 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63944

Eric Botcazou  changed:

   What|Removed |Added

 CC||ebotcazou at gcc dot gnu.org

--- Comment #8 from Eric Botcazou  ---
What about at least detecting the problematic pattern and issuing a warning
that the DR is not implemented in the compiler yet?