changeset 14824:82e15e47e503

general gcc bug FAQ entry
author diego
date Fri, 25 Feb 2005 22:03:29 +0000
parents db2e558ab516
children a2d03a8ea065
files DOCS/xml/en/faq.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml	Fri Feb 25 17:36:45 2005 +0000
+++ b/DOCS/xml/en/faq.xml	Fri Feb 25 22:03:29 2005 +0000
@@ -73,6 +73,23 @@
 <title>Compilation</title>
 <qandaentry>
 <question><para>
+Compilation fails with an error and <application>gcc</application> bails out
+with some cryptic message containing the phrase
+<systemitem>internal compiler error</systemitem> or
+<systemitem>unable to find a register to spill</systemitem>.
+</para></question>
+<answer><para>
+You have stumbled over a bug in <application>gcc</application>. Please
+<ulink url="http://gcc.gnu.org/bugs.html">report it to the gcc team</ulink>
+but not to us. For some reason <application>MPlayer</application> seems to
+trigger compiler bugs frequently. Nevertheless we cannot fix them and do not
+add workarounds for compiler bugs to our sources. Upgrading your compiler
+often makes the problem go away.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
 Are there binary (RPM/deb) packages of <application>MPlayer</application>?
 </para></question>
 <answer><para>