--- Comment #5 from burnus at gcc dot gnu dot org 2007-09-12 10:34 ---
FIXED for the trunk (GCC gfortran 4.3.0).
Thanks for the report.
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #4 from burnus at gcc dot gnu dot org 2007-09-12 10:30 ---
Subject: Bug 33297
Author: burnus
Date: Wed Sep 12 10:30:22 2007
New Revision: 128424
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128424
Log:
2007-09-12 Tobias Burnus <[EMAIL PROTECTED]>
PR fort
--- Comment #3 from patchapp at dberlin dot org 2007-09-06 11:57 ---
Subject: Bug number PR33297
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-09/msg00400.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #2 from burnus at gcc dot gnu dot org 2007-09-04 15:25 ---
> integer array(5), i1, i2
> print *, size(array,(/i1,i2/))
13.7.112 SIZE (ARRAY [, DIM, KIND])
ARRAY may be of any type. It shall not be scalar.
DIM (optional) shall be scalar and of type integer
KIND (optional)
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-04 10:42
---
Confirmed:
integer array(5), i1, i2
print *, size(array,(/i1,i2/))
end
#0 fancy_abort (file=0xb1b960 "../../../trunk2/gcc/fortran/trans-expr.c",
line=2857, function=0xb1c1e0 "gfc_conv_array_constructor
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||gcc-bugs at gcc dot gnu dot
|