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);
}
> Is 5.x series going to be based on a preemptible kernel?
A multithreaded kernel. Do ISRs count?
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message