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/24336] fortran variable name exceeds the maximum limit per standard



------- Comment #1 from kargl at gcc dot gnu dot org  2005-10-12 21:00 -------
Add -std=f95 to your command line.  This causes gfortran to emit 
an error.  The default behavior is setup to accept names of up
to 63 characters, which is the length specified in Fortran 2003.

In general, if your testing for strict conformance to Fortran 95,
then add -std=f95 to your compiler options.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24336


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