Description of problem: Trying to compile CVS checkout of QEMU on clean install of FC3 x86_64. Version-Release number of selected component (if applicable): gcc-3.4.2-6.fc3 How reproducible: Every time Steps to Reproduce: 1. Checkout QEMU from http://savannah.nongnu.org/cvs/?group=qemu 2. ./configure 3. make Actual results: /home/bob/emulators/cvs/qemu/target-i386/op.c: In function `op_divw_AX_T0': /home/bob/emulators/cvs/qemu/target-i386/op.c:301: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/cczk1Bzb.out file, please attach this to your bugreport. make[1]: *** [op.o] Error 1 Expected results: compiled fine on FC2 x86_64 with gcc-3.3.3 (with a patch of dyngen.c) Additional info:
Created attachment 106406 [details] Preprocessed source which caused internal compiler error
This is already tracked upstream: http://gcc.gnu.org/PR17825
Should be fixed in gcc-3.4.3-4 in rawhide.
*** Bug 147251 has been marked as a duplicate of this bug. ***
I guess an update will not be released for FC3. Is there an easy work-around to get Qemu build on the vanilla FC3 compiler ?
I've been using gcc-3.4.3 from the development tree, which compiles qemu without problems.
*** Bug 151034 has been marked as a duplicate of this bug. ***
I know this has been closed, but there is no gcc-3.4 in Rawhide/FC-devel anymore. There is only compat-gcc32 and gcc-4.0. Is there any way to get a fixed gcc 3.4 for FC3?