re PR c++/33492 (Broken diagnostic: 'must_not_throw_expr' not supported by dump_expr)
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 6 Mar 2009 23:52:02 +0000 (23:52 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 6 Mar 2009 23:52:02 +0000 (23:52 +0000)
commitd8b4270d0c396bcb055ce42662c76a9db29f3c71
tree9fec518c2e3df411d02d340bef820976f5787fc4
parent65401a0ba393e9f2b971e9069e0335dc26c8a917
re PR c++/33492 (Broken diagnostic: 'must_not_throw_expr' not supported by dump_expr)

/cp
2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/33492
* error.c (dump_expr): Don't try to print THROW_EXPRs in full.

/testsuite
2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/33492
* g++.dg/other/error32.C: New.

From-SVN: r144686
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/error32.C [new file with mode: 0644]