public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c
@ 2015-09-01 12:31 Rainer Orth
  2015-09-01 12:53 ` Alan Lawrence
  2015-09-01 13:27 ` Richard Biener
  0 siblings, 2 replies; 4+ messages in thread
From: Rainer Orth @ 2015-09-01 12:31 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Biener

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

It seems that since 20150717, gcc.dg/vect/no-scevccp-outer-11.c XPASSes
everywhere:

XPASS: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED." 1

To reduce testsuite noise, I'd like to remove the xfail as follows.
Tested with the appropriate runtest invocations on i386-pc-solaris2.12
and x86_64-unknown-linux-gnu.

Ok for mainline?

	Rainer


2015-09-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* gcc.dg/vect/no-scevccp-outer-11.c: Don't xfail scan-tree-dump-times.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: testsuite-no-scevccp-outer-11.patch --]
[-- Type: text/x-patch, Size: 564 bytes --]

# HG changeset patch
# Parent  840ff3fbf6c66196f79e3a82b5353d8885b27548
Don't xfail gcc.dg/vect/no-scevccp-outer-11.c

diff --git a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
--- a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
+++ b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
@@ -46,4 +46,4 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" } } */

[-- Attachment #3: Type: text/plain, Size: 143 bytes --]


-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

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

* Re: [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c
  2015-09-01 12:31 [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c Rainer Orth
@ 2015-09-01 12:53 ` Alan Lawrence
  2015-09-01 13:27 ` Richard Biener
  1 sibling, 0 replies; 4+ messages in thread
From: Alan Lawrence @ 2015-09-01 12:53 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches, Richard Biener

Rainer Orth wrote:
> It seems that since 20150717, gcc.dg/vect/no-scevccp-outer-11.c XPASSes
> everywhere:
> 
> XPASS: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED." 1
> 
> To reduce testsuite noise, I'd like to remove the xfail as follows.
> Tested with the appropriate runtest invocations on i386-pc-solaris2.12
> and x86_64-unknown-linux-gnu.

I can confirm that this is also passing on aarch64 and arm.

Cheers, Alan

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

* Re: [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c
  2015-09-01 12:31 [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c Rainer Orth
  2015-09-01 12:53 ` Alan Lawrence
@ 2015-09-01 13:27 ` Richard Biener
  2015-09-01 13:52   ` Rainer Orth
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Biener @ 2015-09-01 13:27 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

On Tue, 1 Sep 2015, Rainer Orth wrote:

> It seems that since 20150717, gcc.dg/vect/no-scevccp-outer-11.c XPASSes
> everywhere:
> 
> XPASS: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED." 1
> 
> To reduce testsuite noise, I'd like to remove the xfail as follows.
> Tested with the appropriate runtest invocations on i386-pc-solaris2.12
> and x86_64-unknown-linux-gnu.
> 
> Ok for mainline?

Ok.

> 	Rainer
> 
> 
> 2015-09-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
> 
> 	* gcc.dg/vect/no-scevccp-outer-11.c: Don't xfail scan-tree-dump-times.
> 
> 

-- 
Richard Biener <rguenther@suse.de>
SUSE LINUX GmbH, GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg)

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

* Re: [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c
  2015-09-01 13:27 ` Richard Biener
@ 2015-09-01 13:52   ` Rainer Orth
  0 siblings, 0 replies; 4+ messages in thread
From: Rainer Orth @ 2015-09-01 13:52 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc-patches

Richard Biener <rguenther@suse.de> writes:

> On Tue, 1 Sep 2015, Rainer Orth wrote:
>
>> It seems that since 20150717, gcc.dg/vect/no-scevccp-outer-11.c XPASSes
>> everywhere:
>> 
>> XPASS: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect "OUTER
>> LOOP VECTORIZED." 1
>> 
>> To reduce testsuite noise, I'd like to remove the xfail as follows.
>> Tested with the appropriate runtest invocations on i386-pc-solaris2.12
>> and x86_64-unknown-linux-gnu.
>> 
>> Ok for mainline?
>
> Ok.

Thanks, installed.  Speaking of XPASSes, I noticed another one:

XPASS: gcc.dg/graphite/vect-pr43423.c scan-tree-dump-times vect "vectorized 2 loops" 1

but for 32-bit only (on Solaris/SPARC and x86, at least).  I'm not sure
what the right criterion is, though.  ilp32?

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

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

end of thread, other threads:[~2015-09-01 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 12:31 [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c Rainer Orth
2015-09-01 12:53 ` Alan Lawrence
2015-09-01 13:27 ` Richard Biener
2015-09-01 13:52   ` Rainer Orth

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