Subject: Re: egcs or gcc for kernels in -current
To: Matthew Jacob <mjacob@feral.com>
From: Todd Vierling <tv@pobox.com>
List: port-alpha
Date: 10/16/1998 15:31:35
On Fri, 16 Oct 1998, Matthew Jacob wrote:
: Oh- sorry- the two places in uvm_fault.c that have
:
: #if defined(sparc) || defined(arm32)
Grr. This should have been from the start:
#ifdef __GNUC__
We don't yet know if egcs will fix its own "uninitialized" problems; at the
moment, egcs just has its -Wuninitialized hard-coded to "off". That's why
the above doesn't check for gcc >= 2.8.
I fixed it.
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)