]> https://gitweb.dealii.org/ - dealii.git/commit
Work around a really ugly bug in Suns Forte compiler, which manifests itself at the...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Mar 2002 18:24:10 +0000 (18:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Mar 2002 18:24:10 +0000 (18:24 +0000)
commit90ce62279047756ec70e083df63b196011314a11
tree0adaf1b220384619be88138f3220acd78fdc0634
parentad0b5ef748c0fc464b2364ee5499b9c9d5472d2a
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.