Commit 2e141c8d by Jakub Jelinek Committed by Jakub Jelinek

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

	PR target/67278
	* gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.

	PR middle-end/70050
	* gcc.dg/pr70050.c: Add -w to dg-options.  Fix up PR number
	in testcase comment.

From-SVN: r234079
parent 5a6452e6
2016-03-09 Jakub Jelinek <jakub@redhat.com>
PR target/67278
* gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.
PR middle-end/70050
* gcc.dg/pr70050.c: Add -w to dg-options. Fix up PR number
in testcase comment.
2016-03-09 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/goacc/kernels-loop-2.f95: New test.
......
/* PR middle-end/70025 */
/* PR middle-end/70050 */
/* { dg-do compile } */
/* { dg-options "-Wno-psabi" } */
/* { dg-options "-w -Wno-psabi" } */
typedef int v8si __attribute__ ((vector_size (32)));
......
/* { dg-do compile } */
/* { dg-options "-w -Wno-psabi" } */
#if __SIZEOF_LONG_DOUBLE__ == 16 || __SIZEOF_LONG_DOUBLE__ == 8
typedef long double a __attribute__((vector_size (32)));
......
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