This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A linux/alpha bug in egcs
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: A linux/alpha bug in egcs
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 04 Nov 1997 08:13:28 -0700
- cc: egcs at cygnus dot com, rth at cygnus dot ccom
- Reply-To: law at cygnus dot com
In message <m0xSYDD-0004ecC@ocean.lucon.org>you write:
> While compiling linux 2.0.31 on linux/alpa, I encountered an egcs
> bug:
>
> # gcc -O -S foo.c
> foo.c: In function `flush_to_ldisc':
> foo.c:21: virtual memory exhausted
It's a bug in my last round of alias changes. Probably the same
one Christian Iseli is running into.
I _think_ the fix is to copy the reg_base_value into new_reg_base_value
at the top of the loop. But I'm going to sit here and think about
it a little more.
jeff