From 58f099d1cc416c659fd4ae613c4eacadd914d126 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 28 May 2008 21:30:11 +0000 Subject: [PATCH] First fix post 6.1 git-svn-id: https://svn.dealii.org/trunk@16270 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index c925875a00..620472a8d6 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -39,6 +39,16 @@ inconvenience this causes.
  1. +

    + Fixed: A missing include file prevented the ./configure script + from detecting the presence of the demangler with recent versions of the + gcc compiler. The result is that backtraces after failed assertions only + show the mangles function names, not their plain text equivalent. This is + now fixed. +
    + (WB 2008/05/27) +

    +
-- 2.39.5