IMA corner case with forward declarations of statics

Richard Henderson rth@redhat.com
Thu Jun 24 20:23:00 GMT 2004


On Thu, Jun 24, 2004 at 11:45:22AM -0700, Dale Johannesen wrote:
> Disallowing it is sure to break existing code.)

NOT disallowing it absolutely does generate incorrect code on MIPS.

One has to use different sets of relocations for external and local
symbols.  If you use the wrong set, you get the wrong answer.  We've
closed PRs as invalid for this in the past; diagnosing the situation
before we get that far would be an improvement.


r~



More information about the Gcc mailing list