info-gnu-fortran
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

does gnu fortran suport Multiple declaration ??


From: Johnson Wu
Subject: does gnu fortran suport Multiple declaration ??
Date: Tue, 08 May 2007 09:35:47 +0800

hi, all,
this is my testing program , pg77 compile OK, but g77/gfortran  error! someone can help?thanks!
 
 
    subroutine hello()
    integer i, i

    integer i
    write (*, *) "hello"
    return
    end
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]