From d1d7d3417971572862aad7860983df0557f29a75 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
(WB 2010/07/01)
Fixed: GCC version 4.0.1 had a bug that prevented it from compiling
release 6.3.0 because it apparently had an infinite loop allocating
memory when compiling fe_values.cc
in optimized mode. This
- had been fixed in GCC 4.0.2, but some versions of Mac OS X still use
- this GCC version in their Xcode environment.
+ problem had been fixed in GCC 4.0.2, but some versions of Mac OS X still use
+ this GCC version in their Xcode environment. In any case, the code in
+ deal.II has been changed to avoid this problem.
(WB 2010/06/30)
+ Fixed: deal.II release 6.3.0 did not compile with Trilinos versions 9.x and
+ 10.0. This is now fixed.
+
+ (Martin Kronbichler, WB 2010/06/28)
+
- Fixed: deal.II release 6.3.0 did not compile with Trilinos versions 9.x and
- 10.0. This is now fixed.
-
- (Martin Kronbichler, WB 2010/06/28)
-