This is the mail archive of the gcc@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: Exception Handling address comparison implementation error


On Sun, Sep 30, 2001 at 01:48:13AM -0400, David Edelsohn wrote:
> 	Assuming that text addresses do not flip the sign-bit is not a
> safe assumption.

This is a mis-characterization.  There is no such assumption.
The bug is that we have both signed and unsigned comparisons.
Using either consistently would be ok; mixing is right out.

I'll see about fixing them up.


r~


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