diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3450fdf6b67..a41421212b6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-01-12 Eric Botcazou + + PR testsuite/33033 + * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC. + 2011-01-12 Nicola Pero Fixed the Objective-C++ testsuite and updated all tests. diff --git a/gcc/testsuite/gcc.dg/20061124-1.c b/gcc/testsuite/gcc.dg/20061124-1.c index dab57ef4806..26c35f75a00 100644 --- a/gcc/testsuite/gcc.dg/20061124-1.c +++ b/gcc/testsuite/gcc.dg/20061124-1.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-require-effective-target sync_char_short } */ +/* { dg-options "-mcpu=v9" { target sparc*-*-* } } */ /* This testcase failed on s390 because no compare instruction for the check of FLAG was emitted. */