http://qa.mandrakesoft.com/show_bug.cgi?id=6257
------- Additional Comments From [EMAIL PROTECTED] 2003-10-31 15:42 ------- OK, it seems to be a problem of the assembler. If I generate the assembler source with the following command, I can compile it just fine with the assembler on Mandrake 9.0 (but not with the version from 9.1) gcc -O3 -march=k6-2 -fomit-frame-pointer -S subreader.s subreader.i -- 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. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] status: UNCONFIRMED creation_date: description: 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.