------- Comment #1 from tkoenig at gcc dot gnu dot org  2005-11-02 21:24 -------
$ cat foo.f
      REAL :: st1
      st1(I)=I**2               ! I implicitly typed to integer
      REAL :: I
      END
$ g77 foo.f
foo.f: In program `MAIN__':
foo.f:2:
         st1(I)=I**2               ! I implicitly typed to integer
             1
foo.f:3: (continued):
         REAL :: I
                 2
Invalid declaration of or reference to symbol `i' at (2) [initially seen at
(1)]


-- 

tkoenig at gcc dot gnu dot org changed:

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


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

Reply via email to