[Bug fortran/24643] Unclassifiable statement on character substring concatenation

tobi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 2 20:42:00 GMT 2005



------- Comment #3 from tobi at gcc dot gnu dot org  2005-11-02 20:42 -------
schluter@pcl247d:~/src/gcc> ../gcc/build/gcc/f951  -quiet -fsyntax-only
Warning: Reading file '<stdin>' as free form.
      PROGRAM TABLES
      IMPLICIT CHARACTER*8(Y)
        YBTABLE=Ylocal(1:2)
      END
schluter@pcl247d:~/src/gcc> ../gcc/build/gcc/f951  -quiet -fsyntax-only
Warning: Reading file '<stdin>' as free form.
      PROGRAM TABLES
      IMPLICIT CHARACTER*8(Y)
      WRITE(YLOCAL,'(I2.2)') ILOCAL
        YBTABLE=Ylocal(1:2)
      END
 In file :4

 YBTABLE=Ylocal(1:2)
1
Error: Unclassifiable statement at (1)
schluter@pcl247d:~/src/gcc> ../gcc/build/gcc/f951  -quiet -fsyntax-only
Warning: Reading file '<stdin>' as free form.
      PROGRAM TABLES
      IMPLICIT CHARACTER*8(Y)
      ybtable='b'
        YBTABLE=Ylocal(1:2)
      END
schluter@pcl247d:~/src/gcc> ../gcc/build/gcc/f951  -quiet -fsyntax-only
Warning: Reading file '<stdin>' as free form.
      PROGRAM TABLES
      IMPLICIT CHARACTER*8(Y)
      WRITE(YLOCAL,'(I2.2)') ILOCAL
      ybtable='b'
        YBTABLE=Ylocal(1:2)
      END
 In file :5

 YBTABLE=Ylocal(1:2)
1
Error: Unclassifiable statement at (1)
schluter@pcl247d:~/src/gcc> ../gcc/build/gcc/f951  -quiet -fsyntax-only
Warning: Reading file '<stdin>' as free form.
      PROGRAM TABLES
      IMPLICIT CHARACTER*8(Y)
      WRITE(YLOCAL,'(I2.2)') ILOCAL
      ybtable='b'
        YBTABLE=Ylocal
      END
schluter@pcl247d:~/src/gcc> 


-- 

tobi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list