------- Comment #1 from burnus at gcc dot gnu dot org 2007-12-16 14:35 -------
Confirm. Though other compilers have better error messages than 4.2 had. (These
are all shown by default, i.e. none of the compilers below accepts it.)
NAG f95:
Error: PARAMETER PI used before its definition is complete
g95:
Error: PARAMETER value is used before being defined at (1)
ifort:
Error: A PARAMETER must not be defined in terms of itself. [PI]
(sunf95 and openf95 have also not a good message.)
I think for -std=f95 one needs another error. NAG f95 prints:
Error: The REAL function is not permitted in an initialisation expression
I am also not sure whether I would call the following a regression:
> Error: TRANSFER intrinsic not implemented for initialization at (1)
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-12-16 14:35:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34495