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: fix for execute/991221-1.c -O1 failure


> I'd be leery of trying to do any kind of range optimizations on pointer
> types.  Especially since we have targets where we can have multiple bit
> representations which reference the same object (function pointers for
> PA32 runtime model for example).

Well, we do now, but incorrectly.  My patches aim to make the optimizations
correct.
I'm not sure that trying to disable the pointer optimization will be any
simpler or safer.

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