From: Marc Glisse Date: Fri, 17 May 2013 15:31:02 +0000 (+0200) Subject: re PR testsuite/57313 (gcc.dg/binop-xor3.c scan-tree-dump-times) X-Git-Tag: releases/gcc-4.9.0~5834 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cf5320ed79975a1b2d61c9966605dfca9607edd;p=thirdparty%2Fgcc.git re PR testsuite/57313 (gcc.dg/binop-xor3.c scan-tree-dump-times) 2013-05-17 Marc Glisse PR testsuite/57313 * gcc.dg/binop-xor3.c: Restrict to platforms known to work (x86). From-SVN: r199020 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 599bcd159a63..ec5cbde73299 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-05-17 Marc Glisse + + PR testsuite/57313 + * gcc.dg/binop-xor3.c: Restrict to platforms known to work (x86). + 2013-05-17 Jakub Jelinek PR rtl-optimization/57281 diff --git a/gcc/testsuite/gcc.dg/binop-xor3.c b/gcc/testsuite/gcc.dg/binop-xor3.c index ae03f5920923..4c2694a77d7d 100644 --- a/gcc/testsuite/gcc.dg/binop-xor3.c +++ b/gcc/testsuite/gcc.dg/binop-xor3.c @@ -7,5 +7,5 @@ foo (int a, int b) return ((a && !b) || (!a && b)); } -/* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */ +/* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" { target i?86-*-* x86_64-*-* } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */