https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69202
--- Comment #3 from timeraider at gmx dot at ---
Thank you for the clarification. There is something new to learn in C/C++
programming every day ;-).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69202
--- Comment #2 from Andrew Pinski ---
There are two different things:
compounded literals: (type){expression}
Expression statements: ({expression;})
They both have a value associated with them. compounded literal is a lvalue
while an expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69202
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|