Quote:
|
gcc 4.0.0 has a lot of bugs and is not ready yet. It fails to compile KDE and many consider it as a beta release for the next 4.0 version.
|
It also fails to compile itself with my defult optimzation settings (-O2 -march=k8 -frename-registers). It crashed with "internal consistency failure" while compiling libjava. Dropping optimization to -O1 helped.
If you want to experiment with it, install it with --prefix=/opt so it doesn't replace your stable compiler and libraries.