Commit 13bd7c2b by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/70571 (ICE on valid code on x86_64-linux-gnu in verify_ctor_sanity, at…

re PR c++/70571 (ICE on valid code on x86_64-linux-gnu in verify_ctor_sanity, at cp/constexpr.c:2259)

	PR c++/70571
	* g++.dg/ext/pr70571.C: New test.

From-SVN: r234911
parent 20b9851c
2016-04-12 Jakub Jelinek <jakub@redhat.com>
PR c++/70571
* g++.dg/ext/pr70571.C: New test.
2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/70680
......
// PR c++/70571
// { dg-do compile }
typedef int V __attribute__ ((vector_size (sizeof (int))));
void
foo (V *x, V *y, int z)
{
*x = (z == *y);
}
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