--- 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
--- 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
---