This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [RFC] C++ vs forced unwinding


On Wed, Apr 02, 2003 at 08:47:22PM +0200, Ulrich Weigand wrote:
> Why not?  A lot of existing code is using these, and it will break when
> stack backchains are switched off.

Or never worked at all.

> If the necessary routines are exported from libgcc ...

No, not really.

The point of __builtin_return_address is (1) to be builtin,
and (2) to do as good a job as possible with only that.


r~


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