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/13940] [gfortran] F77 code accepted by g77 causes ICE in gfortran


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-02-03 15:32 -------
The hex-value extension of the data statement causes the crash.
Here's a shorter testcase:

===================================
      SUBROUTINE FOO
      INTEGER A(1)
      DATA A /X'1'/
      END
===================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-03 15:32:13
               date|                            |


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


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