re PR c++/15745 (exception specification incorrectly changes the type of the exceptio...
authorJason Merrill <jason@redhat.com>
Thu, 6 Sep 2007 03:33:46 +0000 (23:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 6 Sep 2007 03:33:46 +0000 (23:33 -0400)
commit86ef5ebb1e0b3fbb1587396b074be65a61623e85
tree0071d13ad9499501172974d99b0ed377b76af9b2
parent8c292a7298d84e0942957689aac056d2f9ccf627
re PR c++/15745 (exception specification incorrectly changes the type of the exception thrown)

        PR c++/15745
        * except.c (prepare_eh_type): Use type_decays_to.

From-SVN: r128174
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.dg/eh/spec9.C [new file with mode: 0644]
gcc/testsuite/g++.dg/ext/vla4.C