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


>> 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.
>> 
>
> I have provided a bunch of testcases for various PPro bugs. You
> can find loop.c among them. Before you make any changes, please
> run my testcases first. If you didn't get them, I can send them
> to you again.

The supplied test case entitled "loop.c" doesn't fail for me when
compiled -O -march=pentiumpro.  Have you duplicated this failure
without your patch?  What options do I need to use when compiling?

-- 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]