https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57678
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2015-09-08 00:00:00 |2021-8-1
--- Comment #2 from Andrew Pins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57678
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57678
--- Comment #1 from Andrew Pinski ---
I think this is due to once a undeclared decl has been found, its type becomes
int which I think is just wrong. We should use error_mark_node and then handle
the fall out from there.
There have been a few bu