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: Suggestion for sets_cc0_p problem



  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


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