http://qa.mandrakesoft.com/show_bug.cgi?id=6257
------- Additional Comments From [EMAIL PROTECTED] 2003-10-30 23:05 ------- I think this is actually may be due to the new version of binutils. It appears to be the assembler (as 2.14.90.0.5) that throws up the error. Also I've only seen it in MPlayer1.0pre2 and MPlayer-CVS MPlayer0.91 compiles alright with -march=k6-2 so might be a bug in MPlayers code. -- 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.