This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is this legal?


On Monday 06 September 2004 11:14, Salvatore Filippone wrote:
> Hello,
> On i686 linux 20040905 snapshot, the attached code produces:
> [sfilippo@euler PSBLAS]$ /usr/local/gfortran/bin/gfortran -o trymod
> trymod.f90
> /tmp/cc3ghkvi.s: Assembler messages:
> /tmp/cc3ghkvi.s:55: Error: symbol `sub2_' is already defined
>
> despite the PRIVATE specification. Is this illegal code or is it a bug?
> Thanks

Bug.
http://gcc.gnu.org/PR16485

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]