https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106853
--- Comment #4 from marcelgcc at firemail dot eu ---
Thanks for the explanation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106853
--- Comment #3 from Andrew Pinski ---
The important part of the standards:
6.5.2.5 Compound literals
5 The value of the compound literal is that of an unnamed object initialized by
the initializer list. If the compound literal occurs outside th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106853
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106853
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---