This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35779] error pointer wrong in PARAMETER
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Mar 2008 19:56:29 -0000
- Subject: [Bug fortran/35779] error pointer wrong in PARAMETER
- References: <bug-35779-15620@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2008-03-31 19:56 -------
Confirm.
NAG f95 has:
Error: ITS_BAD is not permitted in an initialisation expression
ifort:
Error: This symbol must be a defined parameter or an argument of an inquiry
function that evaluates to a compile-time constant. [ITS_BAD]
openf95/sunf95:
"ITS_BAD" has the DATA initialized attribute. It must not be used in an
initialization expression because it is not a constant.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2008-03-31 19:56:29
date| |
Summary|error pointer wrong in |error pointer wrong in
|PARAMETER |PARAMETER
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35779