Qt4-preview-feedback Archive, November 2007
Re: Qtopia 4.3 Beta (-wmmxt) results in compiler error
Message 1 in thread
Hi,
On Monday 02 April 2007 22:49:48 Sean Kelley wrote:
> I get a consistent compiler error when trying to build Qtopia 4.3 Beta
> with -wmmxt enabled using the following compilers:
[...]
> internal compiler error: in arm_expand_binop_builtin, at
> config/arm/arm.c:12543
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I was now able to reproduce this with a 4.1.1 gcc. The simple workaround is to
compile that file with -Os or -O0 instead of -O2:
cd src/gui
make
wait until it fails, copy/paste the last call to g++, replace -O2 with -Os,
run make again.
Hope that helps,
Harald
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx