From a28d9122d2c09296ba323ad62a7ff9956e394bc7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 28 May 2008 16:12:40 +0000 Subject: Add a note about everybody's favorite recurring gcc bug: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' Originally committed as revision 13496 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/faq.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/faq.texi b/doc/faq.texi index 384f7925e4..a7222b8998 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -101,6 +101,14 @@ if some MP3 codec like LAME is installed @end table +@chapter Compilation + +@section @code{error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'} + +This is a bug in gcc. Do not report it to us. Instead, please report it to +the gcc developers. Note that we will not add workarounds for gcc bugs. + + @chapter Usage @section ffmpeg does not work; What is wrong? -- cgit v1.2.3