Commit 5cfefb59 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/69613 (wrong code with -O and simple 128bit arithmetics and vectors @ aarch64)

	PR target/69613
	PR rtl-optimization/69886
	* gcc.dg/torture/pr69886.c: Add -w -Wno-psabi to dg-options.
	* gcc.dg/torture/pr69613.c: Likewise.  Guard -mavx with avx_runtime
	target.

From-SVN: r233781
parent 83aa73e7
2016-02-27 Jakub Jelinek <jakub@redhat.com>
PR target/69613
PR rtl-optimization/69886
* gcc.dg/torture/pr69886.c: Add -w -Wno-psabi to dg-options.
* gcc.dg/torture/pr69613.c: Likewise. Guard -mavx with avx_runtime
target.
2016-02-26 Martin Sebor <msebor@redhat.com> 2016-02-26 Martin Sebor <msebor@redhat.com>
PR tree-optimization/15826 PR tree-optimization/15826
......
/* PR target/69613. */ /* PR target/69613. */
/* { dg-do run { target int128 } } */ /* { dg-do run { target int128 } } */
/* { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */ /* { dg-options "-w -Wno-psabi" } */
/* { dg-additional-options "-mavx" { target avx_runtime } } */
typedef unsigned short u16; typedef unsigned short u16;
typedef unsigned short v32u16 __attribute__ ((vector_size (32))); typedef unsigned short v32u16 __attribute__ ((vector_size (32)));
......
/* PR rtl-optimization/69886. */ /* PR rtl-optimization/69886. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "--param=gcse-unrestricted-cost=0" } */ /* { dg-options "--param=gcse-unrestricted-cost=0 -w -Wno-psabi" } */
/* { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */ /* { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */
typedef unsigned v32su __attribute__ ((vector_size (32))); typedef unsigned v32su __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