From: wolf Date: Wed, 17 Jul 2002 11:20:13 +0000 (+0000) Subject: More docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a17b76d3805a0910e7d3c9277bd480286bd618;p=dealii-svn.git More docs. git-svn-id: https://svn.dealii.org/trunk@6256 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index d3fa6c422b..5b9eb1b805 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -2106,7 +2106,13 @@ AC_DEFUN(DEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG, dnl dnl ------------------------------------------------------------- dnl gcc3.1 (and maybe later compilers) has a bug with long double dnl and optimization (see code below), when compiling on Sparc -dnl machines +dnl machines. Since it affects only one platform and one compiler, +dnl we take the liberty to disable the function in which the problem +dnl occurs (Polynomial::shift in base/source/polynomial.cc), since +dnl this is a function that is rarely used anyway. +dnl +dnl For more information: the bug just described is reported to +dnl the gcc project under number 7335. dnl dnl Usage: DEAL_II_CHECK_LONG_DOUBLE_LOOP_BUG dnl