Commit 5a9def37 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/67278 (ICE: verify_gimple failed on darwin 14.5 x86_64)

	PR middle-end/67278
	* gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options.

From-SVN: r234080
parent 2e141c8d
2016-03-09 Jakub Jelinek <jakub@redhat.com>
PR middle-end/67278
* gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options.
PR target/67278
* gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.
......
/* { dg-do compile } */
/* { dg-options "-w -Wno-psabi" } */
#if __SIZEOF_LONG_DOUBLE__ == 16 || __SIZEOF_LONG_DOUBLE__ == 8
typedef long double a __attribute__((vector_size (16)));
......
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