[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #11 from fxcoudert at gcc dot gnu dot org 2007-08-10 13:25 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-08-10 13:21 --- Subject: Bug 32933 Author: fxcoudert Date: Fri Aug 10 13:20:46 2007 New Revision: 127334 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127334 Log: PR fortran/32933 * trans-decl.c (gfc_b

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-08-10 10:31 --- (In reply to comment #2) > But there is, internally with __builtin_isnan. And that's where I got it wrong. In the Fortran front-end, boolean_type_node is an integer of the default logical kind, while I thought it

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-08-08 17:27 --- See PR32943 for other examples of testcases that exhibit the same ICE. When this one is fixed, we should make sure all these have gone. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-08-08 17:26 --- *** Bug 32943 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-08-08 15:24 --- I reduced bounds_check_5.f90 to the following: $ cat o2.f90 INTEGER, POINTER :: x(:) logical :: l l = associated(x,x) end $ gfortran -fdefault-integer-8 -m32 o2.f90 o2.f90: In function ‘MAIN__’: o2.f90:3: i

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-08-06 17:35 --- *** Bug 33006 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-08-02 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-08-02 20:38 --- Same place to ICE for bounds_check_5.f90. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-07-31 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-07-31 21:20 --- The testcase is illegal code because a is never assigned a value. I also do not see where __builtin_isnan is supposely coming into play here? -- kargl at gcc dot gnu dot org changed: What|Removed

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-07-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-31 20:58 --- (In reply to comment #1) > But there's no integer *at all* in the testcase! How come? But there is, internally with __builtin_isnan. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933

[Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8

2007-07-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-07-31 20:54 --- (In reply to comment #0) > $ gfortran -fdefault-integer-8 nan_6.f90 But there's no integer *at all* in the testcase! How come? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933