re PR c++/37719 (incorrect type on warning of mismatched exception specification...
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 3 Oct 2008 16:29:07 +0000 (16:29 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 3 Oct 2008 16:29:07 +0000 (16:29 +0000)
commit4d4e036d312737ad346b092a4e9289dae2067188
tree84895d6f0fd1e1cc6c70307db98155f13c421fae
parent2f07423c8c234c5a5739b1c26d37e4d52d539375
re PR c++/37719 (incorrect type on warning of mismatched exception specification with templates)

/cp
2008-10-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/37719
* error.c (dump_function_decl): Save the exceptions in case of
error about incompatible specifications in a specialization.

/testsuite
2008-10-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/37719
* g++.dg/template/error36.C: New.

From-SVN: r140855
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/error36.C [new file with mode: 0644]