This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Linux/PPC gcc 2.95.2 - bad access generated when using inline func


On Fri, Jul 07, 2000 at 03:05:25PM +0200, Franz Sirl wrote:
> The label isn't deleted anyway, it's just moved into the wrong place.

No, it's deleted.  That's a debugging label you have there.
Those sort of float about.  I should see about fixing that
in the scheduler, cause it's sorta less than useful.

> ... the ABI may mandate instructions to be between
> __builtin_return_address(0) and &&label?

Yes.

> Can I leave the equality test turned on for ALL targets for a 
> while, until I know which are real XFAIL's?

No.  I don't like the notion of equality tests for __bra(0) at all.
Equality tests for __bra(1) should be ok, even for alpha (since you
will get NULL).


r~

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