Date: Sat, 19 Jan 2002 23:36:29 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Terry Lambert <tlambert2@mindspring.com> Cc: Alp Atici <aa878@columbia.edu>, freebsd-current@FreeBSD.ORG Subject: Re: FreeBSD 5.x Message-ID: <20020120053629.GE81627@dan.emsphone.com> In-Reply-To: <3C4A53EE.B882356C@mindspring.com> References: <Pine.GSO.4.44.0201191709540.2959-100000@ciao.cc.columbia.edu> <3C4A53EE.B882356C@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jan 19), Terry Lambert said: > Alp Atici wrote: > > Is gcc 3.x going to be the default compiler starting from FBSD 5.x > > series? Is the development on current branch compiled using gcc 3.0 > > (or up)? > > I think that the cut over will happen after the compiler > no longer core dumps on: > > main() > { > int i; > > i = foo(); > > switch( i) { > default: > printf( "hello, stupid compiler!\n"); > break; > } > } > > int > foo() > { > return( 6); > } Doesn't core on me (gcc30+bounds-checking port, FreeBSD-current). In fact, I've got USE_GCC30 in my make.conf and build all my ports with it (at least the ports that aren't broken and hardcode cc or gcc). -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020120053629.GE81627>