Commit f5387e76 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/68714 (less folding of vector comparison)

	PR tree-optimization/68714
	* gcc.dg/tree-ssa/pr68714.c: Add -w -Wno-psabi to dg-options.

From-SVN: r234258
parent ee2e7d51
2016-03-16 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/68714
* gcc.dg/tree-ssa/pr68714.c: Add -w -Wno-psabi to dg-options.
2016-03-16 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/68715
......
/* PR tree-optimization/68714 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-reassoc1" } */
/* { dg-options "-O2 -fdump-tree-reassoc1 -w -Wno-psabi" } */
typedef int vec __attribute__((vector_size(16)));
vec f(vec x,vec 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