Subject: Re: egcs or gcc for kernels in -current
To: Todd Vierling <tv@pobox.com>
From: Matthew Jacob <mjacob@feral.com>
List: port-alpha
Date: 10/16/1998 12:38:17
Oh. Glad I asked then- you've got the real handle on it. Merci.
On Fri, 16 Oct 1998, Todd Vierling wrote:
> 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)
>