public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/105547] New: No further "Unclassifiable statement" after the first one if multiple syntax errors.
@ 2022-05-10 11:51 mikael at gcc dot gnu.org
  2022-05-10 11:58 ` [Bug fortran/105547] " mikael at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mikael at gcc dot gnu.org @ 2022-05-10 11:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105547

            Bug ID: 105547
           Summary: No further "Unclassifiable statement" after the first
                    one if multiple syntax errors.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mikael at gcc dot gnu.org
  Target Milestone: ---

Testcase as reported by Harald here:
https://gcc.gnu.org/pipermail/fortran/2022-May/057841.html

subroutine a
  errorstop
end
subroutine b
  errorstop
end 


This gives only one error as output instead of two:

xxx.f90:2:3:

     2 |   errorstop
       |   1
Error: Unclassifiable statement at (1)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-21 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 11:51 [Bug fortran/105547] New: No further "Unclassifiable statement" after the first one if multiple syntax errors mikael at gcc dot gnu.org
2022-05-10 11:58 ` [Bug fortran/105547] " mikael at gcc dot gnu.org
2024-03-19 16:30 ` mikael at gcc dot gnu.org
2024-03-20  3:24 ` kargl at gcc dot gnu.org
2024-03-21 17:07 ` mikael at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).