public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/32933]  New: ICE in simplify_subreg with -fdefault-integer-8
@ 2007-07-30  0:04 tkoenig at gcc dot gnu dot org
  2007-07-31 20:55 ` [Bug fortran/32933] " fxcoudert at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2007-07-30  0:04 UTC (permalink / raw)
  To: gcc-bugs

Simplification of the ICE with nan_1.f90:

$ !cat
cat nan_6.f90 
program test
  real :: a
  if (min(a, 3.0, 2.0) /= 2.0) call abort
end program test
$ gfortran -fdefault-integer-8 nan_6.f90 
nan_6.f90: In function 'MAIN__':
nan_6.f90:3: internal compiler error: in simplify_subreg, at
simplify-rtx.c:4676
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This goes away if -ffast-math is specified, so it looks as if
the call to __builtin_isnan is causing the trouble.


-- 
           Summary: ICE in simplify_subreg with -fdefault-integer-8
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org
OtherBugsDependingO 32770
             nThis:


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


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

end of thread, other threads:[~2007-08-10 13:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-30  0:04 [Bug fortran/32933] New: ICE in simplify_subreg with -fdefault-integer-8 tkoenig at gcc dot gnu dot org
2007-07-31 20:55 ` [Bug fortran/32933] " fxcoudert at gcc dot gnu dot org
2007-07-31 20:58 ` pinskia at gcc dot gnu dot org
2007-07-31 21:20 ` kargl at gcc dot gnu dot org
2007-08-02 20:38 ` tkoenig at gcc dot gnu dot org
2007-08-06 17:35 ` pinskia at gcc dot gnu dot org
2007-08-08 15:24 ` fxcoudert at gcc dot gnu dot org
2007-08-08 17:27 ` fxcoudert at gcc dot gnu dot org
2007-08-08 17:28 ` fxcoudert at gcc dot gnu dot org
2007-08-10 10:31 ` fxcoudert at gcc dot gnu dot org
2007-08-10 13:21 ` fxcoudert at gcc dot gnu dot org
2007-08-10 13:26 ` fxcoudert at gcc dot gnu dot 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).