public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/66044] New: ICE on misplaced entry statement
@ 2015-05-07  7:53 gerhard.steinmetz.fortran@t-online.de
  2015-05-07 12:52 ` [Bug fortran/66044] " dominiq at lps dot ens.fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gerhard.steinmetz.fortran@t-online.de @ 2015-05-07  7:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66044
           Summary: ICE on misplaced entry statement
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerhard.steinmetz.fortran@t-online.de
  Target Milestone: ---

Some code snippets :

---
   entry e; end
---
   subroutine p
   end
   entry e
   end
---
   program p
      type t
      contains
      entry e
      end type
   end
---

Prints, respectivly :
f951: internal compiler error: gfc_match_entry(): Bad state

Tested with gfortran 5.1.1 on SUSE Linux 13.2 (64 bit).
Kind regards.


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

end of thread, other threads:[~2015-05-19 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-07  7:53 [Bug fortran/66044] New: ICE on misplaced entry statement gerhard.steinmetz.fortran@t-online.de
2015-05-07 12:52 ` [Bug fortran/66044] " dominiq at lps dot ens.fr
2015-05-07 15:33 ` kargl at gcc dot gnu.org
2015-05-18 22:07 ` kargl at gcc dot gnu.org
2015-05-19 17:47 ` kargl at gcc dot gnu.org
2015-05-19 18:02 ` kargl 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).