[Bug fortran/24643] Unclassifiable statement on implicitly typed character substring

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 2 21:13:00 GMT 2005



------- Comment #4 from tkoenig at gcc dot gnu dot org  2005-11-02 21:13 -------
g77 groks this:

$ cat grg.f
      PROGRAM TABLES
      IMPLICIT CHARACTER*8(Y)
      WRITE(YLOCAL,'(I2.2)') ILOCAL
        YBTABLE=Ylocal(1:2)
      END
$ g77 grg.f
$ 


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19292
              nThis|                            |


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



More information about the Gcc-bugs mailing list