[Bug fortran/29441] non-constant parameter (constant) accepted

2006-11-22 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/29441] non-constant parameter (constant) accepted

2006-11-22 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/29441] non-constant parameter (constant) accepted

2006-10-12 Thread pinskia at gcc dot gnu dot org
--- 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 (

[Bug fortran/29441] non-constant parameter (constant) accepted

2006-10-12 Thread pinskia at gcc dot gnu dot org
--- 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