]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/28523 (Throw of a derived class casted to its base class using a C-style...
authorMark Mitchell <mark@codesourcery.com>
Tue, 1 Aug 2006 20:04:57 +0000 (20:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 Aug 2006 20:04:57 +0000 (20:04 +0000)
commit9beafc83cabd13b4ad5783209db8f32998363e08
treedd3912200eeffd0b29ac6d29d2a8302828c500fc
parent8218f92fdf6d1b1c6cf64a03967b7ae8e9b83361
re PR c++/28523 (Throw of a derived class casted to its base class using a C-style cast)

PR c++/28523
* tree.c (stabilize_expr): Tweak documentation.  Add assertion.
(stabilize_call): Tweak documentation.
(stabilize_init): Only call stabilize_call for calls.
PR c++/28523
* g++.dg/eh/cast1.C: New test.

From-SVN: r115862
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/cast1.C [new file with mode: 0644]