[Bug c/69202] semicolon at end of expression statement

2016-01-09 Thread timeraider at gmx dot at
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 ;-).

[Bug c/69202] semicolon at end of expression statement

2016-01-08 Thread pinskia at gcc dot gnu.org
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

[Bug c/69202] semicolon at end of expression statement

2016-01-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69202 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|