[Bug c/84887] missing semicolon: further improvements

2018-06-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84887 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/84887] missing semicolon: further improvements

2018-03-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84887 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #2) > link to thread on reddit? > Never mind, I found it: https://www.reddit.com/r/programming/comments/84oizv/usability_improvements_in_gcc_8/dvr93d4/ I'll confirm t

[Bug c/84887] missing semicolon: further improvements

2018-03-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84887 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c/84887] missing semicolon: further improvements

2018-03-15 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84887 --- Comment #1 from David Malcolm --- Similarly, in : int i int j; as of gcc 8 we now print: q.c:1:6: error: expected β€˜;’ before β€˜int’ int i ^ ; int j; ~~~ User "jancsika" on Hacker News points out: > [...] the output is vi