]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Work around a really ugly bug in Suns Forte compiler, which manifests itself at the...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Mar 2002 18:24:10 +0000 (18:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Mar 2002 18:24:10 +0000 (18:24 +0000)
commitbe4880971d4e2a41cebe50f23f7d6dbdf065f779
treec81934ca7ad90a3ca5c9584bff45c249b63eb791
parenta3f28e30eb73ff756aa0293939885d7108286f32
Work around a really ugly bug in Suns Forte compiler, which manifests itself at the following testcase:

/* ---------------------------------------------------------- */
/* Internal compiler error in abi2_mangler::entity_expression */
/* when compiled with -g.                                     */
template < int dim > struct T {
    typedef T<dim-1> SubT;
    T (SubT);
};

template <int dim> T<dim>::T (SubT) {};

template class T<3> ;

If compiled with -g, the compiler gets an internal compiler error...

git-svn-id: https://svn.dealii.org/trunk@5604 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/base/include/base/quadrature.h
deal.II/base/source/quadrature.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.