http://qa.mandrakesoft.com/show_bug.cgi?id=6257
Summary: generates bad code with k6-2 optimizations
Product: gcc
Version: 3.3.1-2mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gcc
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
gcc 3.3.1-4mdk generates bad assembler code with the following command:
gcc -O3 -march=k6-2 -fomit-frame-pointer -S -c subreader.o subreader.i
/tmp/ccBvbpab.s: Assembler messages:
/tmp/ccBvbpab.s:4969: Error: value of 134 too large for field of 1 bytes at
00000000000035f0
subreader.c is from mplayer 1.0pre2 (in the contribs). Other optimization
options (like -march=pentium4 or removing -fomit-frame-pointer or using -O2)
don't create that error.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.