> nervous. And it makes me irritated that people _continue_ to patch the
> kernel instead of trying to fix the compiler.
Can't argue with that. I have to deal with it on a regular basis
myself. I'd much rather be fixing problems than symptoms!
It turned out to be a bug introduced in our alias code a short while
ago. This bug does not effect the egcs-1.0.x releases.
* alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
address.
Index: alias.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/./gcc/alias.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -c -r1.31 -r1.32
*** alias.c 1998/05/17 13:47:28 1.31
--- alias.c 1998/05/21 22:12:04 1.32
***************
*** 467,472 ****
--- 467,476 ----
return 0;
break;
+ /* This can happen for an asm which clobbers memory. */
+ case '0':
+ break;
+
/* It is believed that rtx's at this level will never
contain anything but integers and other rtx's,
except for within LABEL_REFs and SYMBOL_REFs. */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu