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> </div>
<div>
<div><font size="2"> subroutine forts ( )<br> </font></div><font size="2">
<div><br><br> integer numint1, numint1<br> </div>
<div> write(*,*)'proc end!'</div>
<div> </div>
<div> return<br> end</div>
<div> </div>
<div>pg77 can compile , while g77 can't.</div></font></div>
------=_Part_21466_23640241.1178458840110--