From 3ce7bb06d36d88f3835854759bdf2ba50b3bda26 Mon Sep 17 00:00:00 2001 From: tmsriram Date: Fri, 30 Sep 2011 21:31:48 +0000 Subject: [PATCH] 2011-09-30 Sriraman Tallam * testsuite/gcc.dg/builtin_target.c: Specify target as ix86 or x86_64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google@179405 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc-4_6/gcc/testsuite/ChangeLog.google-4_6 | 5 +++++ gcc-4_6/gcc/testsuite/gcc.dg/builtin_target.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6 b/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6 index 114a98c6e51..6b013c7dbf5 100644 --- a/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6 +++ b/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6 @@ -1,5 +1,10 @@ 2011-09-30 Sriraman Tallam + * testsuite/gcc.dg/builtin_target.c: Specify target as ix86 or + x86_64. + +2011-09-30 Sriraman Tallam + * testsuite/g++.dg/tree-prof/callgraph-profiles/C: Add dg-require-section-exclude. * testsuite/lib/target-supports.exp (check_ifunc_available): New proc. diff --git a/gcc-4_6/gcc/testsuite/gcc.dg/builtin_target.c b/gcc-4_6/gcc/testsuite/gcc.dg/builtin_target.c index 015c17cb49b..2862476aaf9 100644 --- a/gcc-4_6/gcc/testsuite/gcc.dg/builtin_target.c +++ b/gcc-4_6/gcc/testsuite/gcc.dg/builtin_target.c @@ -1,6 +1,6 @@ /* This test checks if the __builtin_cpu_* calls are recognized. */ -/* { dg-do run } */ +/* { dg-do run { target i?86-*-* x86_64-*-* } } */ int fn1 () -- 2.11.4.GIT