re PR c++/50972 ([C++0x] ICE on undeclared identifier)
authorJason Merrill <jason@redhat.com>
Wed, 9 Nov 2011 22:25:25 +0000 (17:25 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 9 Nov 2011 22:25:25 +0000 (17:25 -0500)
commitcb8010f922d1d8f39a3035ffcce56dfca32fb822
tree6de1b21febb0a09f719c9b82af804a887aa3252c
parent59276295d6017de1e98bd9f359771daf0ca7216a
re PR c++/50972 ([C++0x] ICE on undeclared identifier)

PR c++/50972
* pt.c (maybe_instantiate_noexcept): Check the return value of
push_tinst_level.

From-SVN: r181240
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/noexcept16.C [new file with mode: 0644]