re PR c++/67576 (expression of typeid( expression ) is evaluated twice)
authorJason Merrill <jason@redhat.com>
Thu, 17 Dec 2015 16:51:52 +0000 (11:51 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 17 Dec 2015 16:51:52 +0000 (11:51 -0500)
commit6ef15591e356a69b0a573c207d5a254124dbad0e
tree43e5b108e146dfd273927d08848340f3e7ec0f3f
parent1ad2439beab4d872ca51fe46858a673e51fb8c0a
re PR c++/67576 (expression of typeid( expression ) is evaluated twice)

PR c++/67576

PR c++/25466
* rtti.c (build_typeid): Use save_expr, not stabilize_reference.

From-SVN: r231776
gcc/cp/ChangeLog
gcc/cp/rtti.c
gcc/testsuite/g++.dg/rtti/typeid11.C [new file with mode: 0644]