This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/13850] Fails to compile ffmpeg on x86: can't find a register in class `GENERAL_REGS' while reloading `asm'
- From: "bero at arklinux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2004 22:42:50 -0000
- Subject: [Bug inline-asm/13850] Fails to compile ffmpeg on x86: can't find a register in class `GENERAL_REGS' while reloading `asm'
- References: <20040124223232.13850.bero@arklinux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bero at arklinux dot org 2004-01-24 22:42 -------
The simplest is just
gcc-ssa -c -o test.o dsputil_mmx.c
Adding flags like -O2 or -fomit-frame-pointer doesn't change anything.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13850