This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/29230] gcc-4.1 generates faulty asm on ARM when compiling openmsx 0.6.1 with -O3



------- Comment #3 from tbm at cyrius dot com  2006-09-26 13:21 -------

(sid)40:tbm@usurper: ~] arm-linux-gnu-g++ -c YMF262.c
(sid)41:tbm@usurper: ~] arm-linux-gnu-g++ -c -O2 YMF262.c
(sid)42:tbm@usurper: ~] arm-linux-gnu-g++ -c -O3 YMF262.c
/tmp/ccnnwFsk.s: Assembler messages:
/tmp/ccnnwFsk.s:83: Error: bad immediate value for offset (4104)
/tmp/ccnnwFsk.s:84: Error: bad immediate value for offset (4104)
zsh: exit 1     arm-linux-gnu-g++ -c -O3 YMF262.c
(sid)43:tbm@usurper: ~]
(sid)44:tbm@usurper: ~] arm-linux-gnu-g++ -c -O2 YMF262.c
(sid)45:tbm@usurper: ~] arm-linux-gnu-g++ -c -O2 -finline-functions YMF262.c
/tmp/ccBUO5HO.s: Assembler messages:
/tmp/ccBUO5HO.s:83: Error: bad immediate value for offset (4104)
/tmp/ccBUO5HO.s:84: Error: bad immediate value for offset (4104)
zsh: exit 1     arm-linux-gnu-g++ -c -O2 -finline-functions YMF262.c
(sid)46:tbm@usurper: ~]

This is with 4.1.2 20060926.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29230


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]