This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: darwin bootstrap failure in mainline
On Wed, Aug 18, 2004 at 10:37:28AM -0700, Dale Johannesen wrote:
> No, it wasn't wrong, RTX_UNCHANGING_P was defined to be valid on
> registers, and I'll be surprised if Darwin was the only port doing that.
It wasn't the only port. Most of the other ocurrences were obvious.
This case confused my eye to believe that we were always talking
about a memory.
Thanks to Andrew for fixing it up.
r~