fortran/3924: g77 generates code which is rejected by GAS if COFF debugging info is requested

Richard Henderson rth@redhat.com
Wed May 22 23:29:00 GMT 2002


On Mon, May 20, 2002 at 06:14:25PM +0200, Toon Moene wrote:
> Thanks - that means it can't cope with the _bar_+4 thingie [the offset
> of the variable b in the common block bar].  Anyone have a good guess
> what part of the compiler issues this, while it (apparently) isn't
> allowed by COFF standards ?

Issues which?  (plus _bar_ 4) is generated by the fortran front end.
The only thing you can reasonable do is check for unhandled address
forms in sdbout.c and elide debug info for those variables.


r~



More information about the Gcc-bugs mailing list