--- Comment #6 from pault at gcc dot gnu dot org 2008-01-08 15:16 ---
Fixed on trunk
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #5 from pault at gcc dot gnu dot org 2008-01-08 15:15 ---
Subject: Bug 34476
Author: pault
Date: Tue Jan 8 15:14:33 2008
New Revision: 131396
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131396
Log:
2008-01-08 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #4 from pault at gcc dot gnu dot org 2008-01-08 10:31 ---
Created an attachment (id=14898)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14898&action=view)
A fix and testcase for this PR
This is regtesting right now.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.
--- Comment #3 from pault at gcc dot gnu dot org 2007-12-17 22:53 ---
The first part of this PR is fixed with:
Index: gcc/fortran/expr.c
===
*** gcc/fortran/expr.c (revision 130811)
--- gcc/fortran/expr.c (working copy)
*
--- Comment #2 from w6ws at earthlink dot net 2007-12-17 15:33 ---
Here is an additional variant of this bug:
program init_bug
implicit none
integer :: i
character(11), parameter :: string="hello world"
! This compiles:
character, parameter :: up_string(len (string)) = &
--- Comment #1 from pault at gcc dot gnu dot org 2007-12-17 05:41 ---
4.2 gives a second error:
integer(1), parameter :: ARR1(len(HEX1)) = [( MSKa1(i), i=1,len(HEX1) )]
1
Error: index in dimension 1 is out of bounds at (1)
pr34476
--
jv244 at cam dot ac dot uk changed:
What|Removed |Added
OtherBugsDependingO||32834
nThis||
Statu