public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50129] New: ICE on where statement
@ 2011-08-19 18:06 Joost.VandeVondele at pci dot uzh.ch
  2011-08-19 18:26 ` [Bug fortran/50129] [4.6/4.7 Regression] " dominiq at lps dot ens.fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Joost.VandeVondele at pci dot uzh.ch @ 2011-08-19 18:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50129

             Bug #: 50129
           Summary: ICE on where statement
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: Joost.VandeVondele@pci.uzh.ch


The following (invalid) testcase triggers and ICE:

INTEGER :: I(3)
WHERE (I>2)
ELSEWHERE
ELSEWHERE (I<1)
END WHERE
END

Error: ELSEWHERE statement at (1) follows previous unmasked ELSEWHERE
f951: internal compiler error: in gfc_enforce_clean_symbol_state, at
fortran/symbol.c:3426


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

end of thread, other threads:[~2011-08-20 14:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19 18:06 [Bug fortran/50129] New: ICE on where statement Joost.VandeVondele at pci dot uzh.ch
2011-08-19 18:26 ` [Bug fortran/50129] [4.6/4.7 Regression] " dominiq at lps dot ens.fr
2011-08-19 18:29 ` mikael at gcc dot gnu.org
2011-08-20  0:55 ` mikael at gcc dot gnu.org
2011-08-20 14:49 ` mikael at gcc dot gnu.org
2011-08-20 14:49 ` 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).