From f307f70bf54c242386f92b17f7f33cfe1f839fa2 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 14 Mar 2001 14:16:34 +0000
Subject: [PATCH] Work around problems with gcc3.

git-svn-id: https://svn.dealii.org/trunk@4201 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/news/2001/c-3-1.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html
index 644cf75f46..ca4cccfd8f 100644
--- a/deal.II/doc/news/2001/c-3-1.html
+++ b/deal.II/doc/news/2001/c-3-1.html
@@ -174,6 +174,27 @@ documentation, etc</a>.
 <h3>deal.II</h3>
 
 <ol>
+  <li> <p>
+       We now unconditionally include
+       <code>deal.II/include/grid/tria_accessor.templates.h</code>
+       (which containts some inline functions for triangulation
+       accessor classes) into 
+       <code>deal.II/include/grid/tria_accessor.h</code> to work
+       around a problem with gcc3.0 which does not place a copy of
+       these functions into the library. Previously we only included
+       the file in optimized mode.
+       <br>
+       (RH 2001/03/14)
+       </p>
+
+  <li> <p>
+       The class <code class="class">GridReordering::Cell</code> has
+       now a copy constructor to work around a bug in a gcc3.0
+       snapshot.
+       <br>
+       (RH, WB 2001/03/14)
+       </p>
+
   <li> <p>
        Changed: when refining a hexahedron in 3d, the rules by which
        the new vertices at the centers of the faces and at the center
-- 
2.39.5