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]

Re: A patch to constify gcc.c (Really, summarizing remaining warnings)


On Thu, Mar 18, 1999 at 03:41:29PM -0500, Kaveh R. Ghazi wrote:
> 	Long answer: I've fixed those that appear on my systems.  Its
> possible due to some convoluted ifdef conditionals that they still
> happen on other platforms.  E.g. anywhere setjmp is called outside of
> do_float_handler might elicit the warning.  I didn't want to do a
> complete purge of setjmp calls since if the code is ifdef'ed out on my
> system, I won't know if I typo'ed something.

It would be worthwhile, IMO, to identify a cross-compile target that
would exercise these.  I would like to see set_float_handler removed
as an interface, and use do_float_handler exclusively.


r~


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