[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-06-04 21:04 --- Reopening ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|RE

[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-04 15:16 --- *** This bug has been marked as a duplicate of 27478 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-04 14:38 --- I examined the different tree dumps for COMPLEX z CONTAINS SUBROUTINE foo z = z + z END SUBROUTINE foo END and the last non-empty one before the error message: complex.f90:

[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-06-04 11:49 --- I now also have a slightly different testcase that fails on 4.1.1 and current 4.1 branch, on i686-linux, at optimization levels -O1 or higher: MODULE constraints_module REAL target CONTAINS SUBROUTINE in