--- Comment #5 from pault at gcc dot gnu dot org 2007-02-11 20:59 ---
Subject: Bug 30319
Author: pault
Date: Sun Feb 11 20:58:48 2007
New Revision: 121824
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121824
Log:
2007-02-11 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #4 from patchapp at dberlin dot org 2007-02-10 21:15 ---
Subject: Bug number PR30319
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00939.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-01-22 23:54
---
The code that triggers the ICE enters gfc_resolve with
gfc_current_ns->cl_list->length that is:
$12 = {expr_type = 0, ts = {type = BT_UNKNOWN, kind = 0, derived = 0x0,
cl = 0x0}, rank = 0, shape = 0x0, symtr
--- Comment #2 from kargl at gcc dot gnu dot org 2006-12-28 19:37 ---
The following appears to work, so Vivek if you have a critical
need to get an application compiled. You can split the line.
module amod
! The following is a work around.
character (len=1), parameter :: aa = "z"
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-28 19:19 ---
Confirmed, even as of today.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added