PR c++/86378 - functional cast in noexcept-specifier.
commit10d1b86dd73992b0ba991d827e4cd8768e46cf15
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jul 2018 14:13:02 +0000 (3 14:13 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jul 2018 14:13:02 +0000 (3 14:13 +0000)
tree30219e1aa7265ea912f1f774f426a328368bab2e
parent4fffcbc9962b7888086eff2bc3bff8a1971916c9
PR c++/86378 - functional cast in noexcept-specifier.

* tree.c (strip_typedefs_expr) [TREE_LIST]: Fix iteration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262343 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/cpp0x/noexcept33.C [new file with mode: 0644]