public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix PR68681
@ 2015-12-04  9:55 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2015-12-04  9:55 UTC (permalink / raw)
  To: gcc-patches


Writing reliable vectorizer testcases is hard - the following factors
out target dependent defaults for tree-reassoc-width for
gcc.dg/vect/pr45752.c

Committed.

Richard.

2015-12-04  Richard Biener  <rguenther@suse.de>

	PR testsuite/68681
	* gcc.dg/vect/pr45752.c: Add --param tree-reassoc-width=1.

Index: gcc/testsuite/gcc.dg/vect/pr45752.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr45752.c	(revision 231250)
+++ gcc/testsuite/gcc.dg/vect/pr45752.c	(working copy)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target vect_int } */
+/* { dg-additional-options "--param tree-reassoc-width=1" } */
 
 #include <stdarg.h>
 #include "tree-vect.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-04  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04  9:55 [PATCH] Fix PR68681 Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).