Commit 0c8a8fe2 by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/71988 (ICE in dump_simple_decl (gcc/cp/error.c:965))

	PR c++/71988
	* g++.dg/cpp0x/constexpr-71988.C: New test.

From-SVN: r242426
parent f9ccf899
2016-11-15 Jakub Jelinek <jakub@redhat.com>
PR c++/71988
* g++.dg/cpp0x/constexpr-71988.C: New test.
2016-11-15 Maciej W. Rozycki <macro@imgtec.com>
* gcc.target/mips/insn-casesi.c: New test case.
......
// PR c++/71988
// { dg-do compile { target c++11 } }
// { dg-options "-fdump-ipa-cgraph" }
struct A {};
constexpr A a;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment