--
Bug 19017 depends on bug 18752, which changed state.
Bug 18752 Summary: ICE from index triplet arithmetic for character variables
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18752
What|Old Value |New Value
--
What|Removed |Added
Target Milestone|--- |4.0.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19017
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:49
---
Fixed in 4.0 and 4.1.
Please note typo in ChangeLog - was written as 19107.
--
What|Removed |Added
---
--
Bug 19017 depends on bug 18890, which changed state.
Bug 18890 Summary: ICE at assign CHARACTER POINTER array to POINTER or
ALLOCATABLE one
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18890
What|Old Value |New Value
-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17
16:04 ---
Shorter reduced testcase (from PR 19482):
SUBROUTINE ALLOCATE_STORAGE
IMPLICIT REAL (A-H,O-Z)
INTEGER, PARAMETER :: NPNMP = 22
TYPE :: MATERIAL_TYPE
CHARACTER(12) PRNAME(NPNMP)
END TYPE MATERIAL
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17
16:01 ---
*** Bug 19482 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-15
23:42 ---
Confirmed, related to either PR 18890 or 18752.
--
What|Removed |Added
BugsThisDependsOn|