re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 when dumping)
authorJason Merrill <jason@redhat.com>
Wed, 12 Aug 2015 18:02:35 +0000 (14:02 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 12 Aug 2015 18:02:35 +0000 (14:02 -0400)
commite5e58dbe28b71a17cb2e3e02fdf42d654e6ccd00
tree4b721044a7dd123ef8bf99b63365f215c68af112
parenta024f5143d592db41c5316c24d3e10fd86c839ec
re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 when dumping)

PR c++/67108
* decl2.c (c_parse_final_cleanups): Set at_eof to 2 at end.
* error.c (dump_template_bindings): Don't tsubst in that case.

From-SVN: r226829
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/error.c
gcc/testsuite/g++.dg/cpp0x/constexpr-targ3.C [new file with mode: 0644]