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

Reply via email to