Do g77 suport multiple defined variable?

"wu johnson" <[email protected]> Sun, 6 May 2007 21:40:40 +0800
Newsgroups gmane.comp.gcc.fortran.announce
Message-ID <[email protected]>
------=_Part_21466_23640241.1178458840110
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

A simple test program :

       subroutine forts ( )



      integer             numint1, numint1

      write(*,*)'proc end!'

      return
      end

pg77 can compile , while g77 can't.

------=_Part_21466_23640241.1178458840110
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div>A simple test program :</div>
<div>&nbsp;</div>
<div>
<div><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subroutine forts ( )<br>&nbsp;</font></div><font size="2">
<div><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; integer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; numint1, numint1<br>&nbsp;&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(*,*)&#39;proc end!&#39;</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end</div>
<div>&nbsp;</div>
<div>pg77 can compile , while g77 can&#39;t.</div></font></div>

------=_Part_21466_23640241.1178458840110--