This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: IMA corner case with forward declarations of statics
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~