[Bug c/69202] semicolon at end of expression statement
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] New: semicolon at end of expression statement
Assignee: unassigned at gcc dot gnu.org Reporter: timeraider at gmx dot at Target Milestone: --- Target: x86 Expression statements consist of an optional expression and a semicolon at the end, according to the C standard. Compound statements in expressions are a gcc