--- Comment #6 from kargl at gcc dot gnu dot org 2009-04-26 19:28 ---
Subject: Bug 39893
Author: kargl
Date: Sun Apr 26 19:27:50 2009
New Revision: 146816
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146816
Log:
2009-04-26 Steven G. Kargl
PR fortran/39893
*
--- Comment #5 from sgk at troutmask dot apl dot washington dot edu
2009-04-26 03:29 ---
Subject: Re: gfortran ICE on invalid program
On Sat, Apr 25, 2009 at 08:47:19PM -, kargl at gcc dot gnu dot org wrote:
>
>
> --- Comment #4 from kargl at gcc dot gnu dot org 2009-04-25
--- Comment #4 from kargl at gcc dot gnu dot org 2009-04-25 20:47 ---
I have a patch.
--
kargl at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unas
--- Comment #3 from dominiq at lps dot ens dot fr 2009-04-25 13:57 ---
Reduced test case:
SUBROUTINE XAUTOGET()
CHARACTER*(*) DICBA
DATA DICBA /"CLIP" /
RETURN
END
The line "DATA DICBA /"CLIP" /" is needed to get the ICE.
--
http://gcc.gnu.org/bugzill
--- Comment #2 from dominiq at lps dot ens dot fr 2009-04-25 13:45 ---
Confirmed for gfortran 4.2.3, 4.3.3, 4.4.0, and trunk:
pr39893.f:13.25:
CHARACTER*(*) DICBA
1
Error: Entity with assumed character length
--- Comment #1 from deji_aking at yahoo dot ca 2009-04-25 12:16 ---
Created an attachment (id=17691)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17691&action=view)
invalid program
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39893