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: PPro patch for egcs


I'm still a little unclear what triggers the removal of
a required (set (cc0) ...).  I believe that the work around
currently implemented for i386 depends on (in part) the fact
that only a required test against zero will be removed.

H.J. -- can you supply me a test case which requires the:

       case GE:
         if (cc_prev_status.flags & CC_NO_OVERFLOW)
           fputs ("ns", file);
         else
           fputs ("ge", file);

change to put_condition_code?  Thanks.

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



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