does gnu fortran suport Multiple declaration ??

Johnson Wu <[email protected]> Tue, 08 May 2007 09:35:47 +0800
Newsgroups gmane.comp.gcc.fortran.announce
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--Boundary_(ID_36hBuwxdbdw03kd1jxQgRQ)
Content-type: text/plain; charset=gb2312
Content-transfer-encoding: 7BIT

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




--Boundary_(ID_36hBuwxdbdw03kd1jxQgRQ)
Content-type: text/html; charset=gb2312
Content-transfer-encoding: 7BIT

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#cbe7ce>
<DIV><FONT size=2>
<DIV><FONT size=2>hi, all,</FONT></DIV>
<DIV><FONT size=2>this is my testing program , pg77 compile OK, but 
g77/gfortran&nbsp;&nbsp;error! someone can help?thanks!</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; subroutine hello()<BR>&nbsp;&nbsp;&nbsp; integer i, 
i<BR><BR>&nbsp;&nbsp;&nbsp; integer i<BR>&nbsp;&nbsp;&nbsp; write (*, *) 
"hello"<BR>&nbsp;&nbsp;&nbsp; return<BR>&nbsp;&nbsp;&nbsp; end<BR>
<DIV id=footer><FONT size=2></FONT>&nbsp;</DIV></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></FONT></DIV></BODY></HTML>

--Boundary_(ID_36hBuwxdbdw03kd1jxQgRQ)--