Commit 521c54dd by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/68180 ([ICE] at cp/constexpr.c:2768 in initializing __vector in a loop)

	PR c++/68180
	* g++.dg/cpp1y/pr68180.C: Add -Wno-psabi as dg-additional-options.

From-SVN: r242610
parent 5e7c7761
2016-11-18 Jakub Jelinek <jakub@redhat.com>
PR c++/68180
* g++.dg/cpp1y/pr68180.C: Add -Wno-psabi as dg-additional-options.
PR middle-end/78419
* gcc.target/i386/pr78419.c: New test.
......
// PR c++/68180
// { dg-do compile { target c++14 } }
// { dg-additional-options "-Wno-psabi" }
typedef float __attribute__( ( vector_size( 16 ) ) ) float32x4_t;
constexpr float32x4_t fill(float x) {
......
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