[Bug c++/114460] [C++26] P3106R1 - Clarifying rules for brace elision in aggregate initialization
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 19 07:08:20 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114460
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I've additionally tested GCC 11.5, GCC 8.5 and GCC 4.8.5 and the aggr-init1.C
test passes in all language variants that support it, had to tweak slightly the
second testcase because of differences in in effective target and dejagnu
directive format support and in the 4.8 case also for wording of one case, but
otherwise it passed.
So, I'm committing a Yes rather than a specific version which implemented this
to cxx-status.html.
More information about the Gcc-bugs
mailing list