Bug 17291

Summary: gst-plugins-ffmpeg fail to specific options
Product: gcc Reporter: Francisco Javier Felix <ffelix>
Component: targetAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gcc-bugs
Priority: P2    
Version: 3.3.4   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:

Description Francisco Javier Felix 2004-09-02 18:19:42 UTC
ffmpeg single compiles incorrectly with the following options:

-os
-falign-functions
-fforce-addr

Show de report

 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/cc1 -fpreprocessed dsputil_mmx.i
-quiet -dumpbase dsputil_mmx.c -msse -auxbase dsputil_mmx -version
-falign-functions=4 -fforce-addr -o dsputil_mmx.s
GNU C version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
(i686-pc-linux-gnu)
	compiled by GNU C version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2,
pie-8.7.6).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64493
dsputil_mmx.c: In function `h263_h_loop_filter_mmx':
dsputil_mmx.c:614: error: can't find a register in class `GENERAL_REGS' while
reloading `asm'
Comment 1 Andrew Pinski 2004-09-02 18:22:43 UTC
*** Bug 17292 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Pinski 2004-09-02 18:25:42 UTC
Can you attach the preprocessed source?
Comment 3 Andrew Pinski 2004-09-02 18:26:22 UTC

*** This bug has been marked as a duplicate of 11203 ***