https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84887
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84887
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
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