https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88003
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2019-02-13
CC| |mpolacek at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed. Started with r185768, before:
88003.C:1:11: error: ‘test’ function uses ‘auto’ type specifier without
trailing return type
88003.C:8:23: error: ‘test’ was not declared in this scope
88003.C:8:23: error: ‘test’ was not declared in this scope
88003.C:8:28: error: invalid type in declaration before ‘;’ token
88003.C:9:8: error: ‘TN’ is not a class, namespace, or enumeration
88003.C:9:14: error: expected unqualified-id before ‘{’ token