--- Comment #4 from burnus at gcc dot gnu dot org 2007-03-03 10:43 ---
Subject: Bug 30882
Author: burnus
Date: Sat Mar 3 10:43:25 2007
New Revision: 122503
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122503
Log:
2007-03-03 Paul Thomas <[EMAIL PROTECTED]>
PR fortra
--- Comment #3 from patchapp at dberlin dot org 2007-03-03 03:01 ---
Subject: Bug number PR30882
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-03/msg00111.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #2 from pault at gcc dot gnu dot org 2007-02-22 09:30 ---
(In reply to comment #1)
This fixes it:
Index: gcc/fortran/check.c
===
*** gcc/fortran/check.c (revision 122101)
--- gcc/fortran/check.c (working copy)
*
--- Comment #1 from burnus at gcc dot gnu dot org 2007-02-20 14:04 ---
IF(SIZE(a(1:10),1).NE.10) CALL ABORT()
1
Error: 'dim' argument of 'size' intrinsic at (1) is not a valid dimension index
Compiles just fine with ifort, nagf95 and g95.
--
burnus at gcc dot gnu do