--- Comment #8 from dfranke at gcc dot gnu dot org 2007-07-22 16:42 ---
Fixed in trunk. Closing.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from dfranke at gcc dot gnu dot org 2007-07-22 16:31 ---
Subject: Bug 31253
Author: dfranke
Date: Sun Jul 22 16:31:11 2007
New Revision: 126826
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126826
Log:
gcc/fortran:
2007-07-22 Daniel Franke <[EMAIL PROTECTED]>
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-03-20 23:51
---
I think test.f is not valid Fortran, because size(p,1) is not a valid
specification expression. See 7.1.6 of the F2003 standard: it is a array
inquiry function (size) with an argument that is a variable (p) whose
--- Comment #5 from mikael dot morin at tele2 dot fr 2007-03-18 11:58
---
Created an attachment (id=13225)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13225&action=view)
a test program that does not fail
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31253
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-03-17 22:10 ---
*** Bug 31252 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31253
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-03-17 22:08 ---
Confirmed with 4.3.0.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
S
--- Comment #2 from mikael dot morin at tele2 dot fr 2007-03-17 22:03
---
the attached program (test.f) fails to compile:
the compilation command is :
gfortran -c test.f
the error is :
test.f: In function probleme:
test.f:2: erreur interne du compilateur: dans gfc_conv_constant, à
--- Comment #1 from mikael dot morin at tele2 dot fr 2007-03-17 21:58
---
Created an attachment (id=13223)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13223&action=view)
the test program that fails
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31253