https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95013
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2020-05-10
Target Milestone|--- |11.0
CC| |nathan at gcc dot gnu.org,
| |ro at gcc dot gnu.org
Status|UNCONFIRMED |NEW
Version|10.0 |11.0
--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> ---
I'm seeing them too on both sparc-sun-solaris2.11 and i386-pc-solaris2.11.
My immediate suspicion would be that they are due to Nathan's patch:
[C++] EOF has a location
https://gcc.gnu.org/pipermail/gcc-patches/2020-May/545409.html
Two of the source files (syntax-error-[89].mm lack a newline at EOF), and in
all
cases the message changed from
obj-c++.dg/syntax-error-10.mm:1:1: error: expected identifier at end of input
to
obj-c++.dg/syntax-error-10.mm:1: error: expected identifier at end of input
i.e. the column number got lost.