summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-28 16:12:40 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-28 16:12:40 +0000
commita28d9122d2c09296ba323ad62a7ff9956e394bc7 (patch)
treebaa74ade6f7c6470fe31d89098eb36c15aed64ad /doc/faq.texi
parent909a9ad08df0132c8945c010c3aca3a409c06935 (diff)
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
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi8
1 files changed, 8 insertions, 0 deletions
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?