[Bug fortran/32594] INDEX is not simplified, leads to ICE

2007-07-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-07-04 14:36 --- Please forget comment #3. The reason for the ICE is that substring simplification was written without taking into account the possibility of foo(14:) or foo(:14), ie one of the substring bounds being implicit. The

[Bug fortran/32594] INDEX is not simplified, leads to ICE

2007-07-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-07-04 07:47 --- I think it's due to the fact that there is no simplification done for INDEX (in simplify.c). -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---