public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Only run pr48377.c testcase on i?86/x86_64
@ 2011-06-03 13:59 Jakub Jelinek
  2011-06-06  9:32 ` Richard Guenther
  2011-06-14  9:37 ` Eric Botcazou
  0 siblings, 2 replies; 8+ messages in thread
From: Jakub Jelinek @ 2011-06-03 13:59 UTC (permalink / raw)
  To: gcc-patches

Hi!

This limits this testcase to i?86/x86_64 (moving to gcc.target/ would
be harder because it relies on all the weirdo vectorization options to be
passed), because apparently on strict alignment targets we don't handle
aligned (1) non-aggregates correctly.  Or should it be instead xfailed
just on selected strict-aligned targets?

2011-06-03  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/48377
	* gcc.dg/vect/pr48377.c: Only run the test to i?86/x86_64.

--- gcc/testsuite/gcc.dg/vect/pr48377.c.jj	2011-05-02 18:39:10.000000000 +0200
+++ gcc/testsuite/gcc.dg/vect/pr48377.c	2011-06-03 13:19:53.000000000 +0200
@@ -1,4 +1,5 @@
 /* PR tree-optimization/48377 */
+/* { dg-do run { target i?86-*-* x86_64-*-* } } */
 
 typedef unsigned int U __attribute__((__aligned__ (1), __may_alias__));
 

	Jakub

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-06-25 23:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-03 13:59 [PATCH] Only run pr48377.c testcase on i?86/x86_64 Jakub Jelinek
2011-06-06  9:32 ` Richard Guenther
2011-06-06  9:46   ` Rainer Orth
2011-06-14  9:37 ` Eric Botcazou
2011-06-14  9:49   ` Jakub Jelinek
2011-06-14 15:00     ` Eric Botcazou
2011-06-14 15:57       ` Jakub Jelinek
2011-06-25 23:41         ` Mike Stump

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).