ICE building Linux 2.4.20 sched.c on x86
Jim Wilson
wilson@tuliptree.org
Fri Jun 6 07:14:00 GMT 2003
Dara Hazeghi wrote:
> we've just now had our third submission of this particular bug to
> bugzilla (10890 is the original, 11007 and 11053 are the duplicate).
This is my fault. This was introduced by a patch of mine here:
http://gcc.gnu.org/ml/gcc/2002-10/msg00284.html
This adds some consistency checking code to reload so it would abort
instead of silently generating bad code. However, in this case, the
code is OK. We have two reloads with the same inputs that aren't
combined, so they don't conflict with each other.
The following patch seems to solve the problem. I verify that it works
for the original testcase that prompted the original patch. I haven't
done a bootstrap test yet.
Jim
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tmp.file.3
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030606/ad8cd7b3/attachment.ksh>
More information about the Gcc
mailing list