https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95013
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org --- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Rainer Orth from comment #3) > 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. yeah, my tests were just a few revisions before that patch - at r11-235 I see these on Darwin too, and it seems to be a case for fixing the tests.