Re: GCC3

Jason Crawford <[email protected]> Thu, 30 Jun 2005 18:59:03 -0400
Newsgroups gmane.os.openbsd.alpha
Message-ID <[email protected]>
I do not know when Alpha will be moving to GCC3 (if ever) but in order
to see which archs are using GCC3 vs. GCC2, just look at
/usr/share/mk/bsd.own.mk, as that's where it does the check for which
arch you're using and sets USE_GCC3 accordingly. So far Alpha, m68k,
m88k, SPARC, and VAX are not using GCC3, everything else is.

Jason

On 6/30/05, William Ahern <[email protected]> wrote:
> Are there plans to move the alpha arch to GCC3? I'm sorely missing new C99
> features like compound literals and named member initialization. I have
> quite a bit of code written at work which I am now allowed to release
> publicly--not OpenBSD specific, though--but much of it won't compile without
> the above features.
> 
> Are Alpha and VAX the last using GCC2 in OpenBSD?
> 
> - Bill