This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] R3000 scheduling description
Eric Christopher <echristo@redhat.com> writes:
>> > - (eq_attr "cpu" "!r3000,r3900,r4600,r4650,r4100,r4120,r4300,r5000"))
>> > + (eq_attr "cpu" "r3900,r4600,r4650,r4100,r4120,r4300,r5000"))
>>
>> Erm, surely you don't want to remove "!"? Lots of other instances
>> in the patch as well.
>
> Actually, I think so. I believe the !r3000 is so that we don't match
> r3000 on that. Now that we're not going to be using that type of
> description for r3000 it shouldn't matter. Of course, I could be wrong.
"!" applies to the whole list, not just the first element.
Richard