This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Suggestion for sets_cc0_p problem
- To: Bernd Schmidt <crux at pool dot informatik dot rwth-aachen dot de>
- Subject: Re: Suggestion for sets_cc0_p problem
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 19 Oct 1998 13:27:57 -0600
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.GSO.4.02A.9810191137520.27612-100000@matula.informatik.rwth-
aachen.de>you write:
> Here's a suggestion how to fix the sets_cc0_p problem properly. As the
> function only calls abort if [! HAVE_cc0], we might as well turn the
> run-time error into a link-time error by ifdeffing the function out.
>
> Bernd
>
> * jump.c (sets_cc0_p): Compile only if HAVE_cc0.
I like it. Installed!
Thanks!
jeff