public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] remove XFAIL for all but ia64 for g++.dg/tree-ssa/pr43411.C
@ 2011-05-24 20:40 Janis Johnson
  2011-05-25  6:20 ` Mike Stump
  2011-05-25  9:58 ` Rainer Orth
  0 siblings, 2 replies; 12+ messages in thread
From: Janis Johnson @ 2011-05-24 20:40 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

Archived test results for 4.7.0 for most processors with C++ results have:

XPASS: g++.dg/tree-ssa/pr43411.C scan-tree-dump-not optimized "OBJ_TYPE_REF"

The only failures I could find were for ia64-linux and ia64-hpux.  This
patch changes the xfail so it only applies to ia64-*-*.  OK for trunk?

[-- Attachment #2: gcc-20110524-4 --]
[-- Type: text/plain, Size: 563 bytes --]

2011-05-24  Janis Johnson  <janisjo@codesourcery.com>

	* g++.dg/tree-ssa/pr43411.C: Limit xfail to ia64.

Index: g++.dg/tree-ssa/pr43411.C
===================================================================
--- g++.dg/tree-ssa/pr43411.C	(revision 174094)
+++ g++.dg/tree-ssa/pr43411.C	(working copy)
@@ -25,5 +25,5 @@
     sink1 = v(p);
 }
 
-// { dg-final { scan-tree-dump-not "OBJ_TYPE_REF" "optimized" { xfail *-*-* } } }
+// { dg-final { scan-tree-dump-not "OBJ_TYPE_REF" "optimized" { xfail ia64-*-* } } }
 // { dg-final { cleanup-tree-dump "optimized" } }

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

end of thread, other threads:[~2011-05-27  7:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24 20:40 [testsuite] remove XFAIL for all but ia64 for g++.dg/tree-ssa/pr43411.C Janis Johnson
2011-05-25  6:20 ` Mike Stump
2011-05-25  9:58 ` Rainer Orth
2011-05-25 10:29   ` Richard Guenther
2011-05-25 13:38     ` Jan Hubicka
2011-05-27  3:57       ` Janis Johnson
2011-05-27  9:54         ` Richard Guenther
2011-05-25 19:24   ` Mike Stump
2011-05-26 10:43     ` Richard Guenther
2011-05-26 16:13       ` Mike Stump
2011-05-26 17:25         ` Richard Guenther
2011-05-27  3:55           ` 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).