--- Comment #4 from tobi at gcc dot gnu dot org 2006-11-22 22:09 ---
Subject: Bug 29441
Author: tobi
Date: Wed Nov 22 22:09:14 2006
New Revision: 119101
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119101
Log:
fortran/
PR fortran/29441
* intrinsic.c (gfc_intrin
--- Comment #3 from tobi at gcc dot gnu dot org 2006-11-22 15:01 ---
I have a one-line patch for this.
--
tobi at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-12 15:12 ---
Actually adding -pedantic, and this is rejected:
In file t.f90:3
real, parameter :: pi = 4.0*atan(1.0)
1
Error: Extension: Evaluation of nonstandard initialization expression at (
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-12 15:10 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON