This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/35779] error pointer wrong in PARAMETER



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]