From: wolf
Date: Thu, 14 Nov 2002 22:39:51 +0000 (+0000)
Subject: Update for gcc2.96.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f871e47dfb1779a130e13938dada9b992edac3;p=dealii-svn.git
Update for gcc2.96.
git-svn-id: https://svn.dealii.org/trunk@6768 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html
index 37267bcdc5..d6c7f948af 100644
--- a/deal.II/doc/faq.html
+++ b/deal.II/doc/faq.html
@@ -76,7 +76,8 @@
released version of gcc. Simply use either gcc 2.95 or 3.X. Also note that we
have reports that gcc 2.96 may miscompile parts of the library, see
this
- message.
+ message. We have also found that some of the example programs return
+ wrong values or go into infinite loops if compiled with this version of gcc.