]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/33033 (FAIL: gcc.dg/20061124-1.c: undefined reference to `__sync_add_...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 12 Jan 2011 10:53:59 +0000 (10:53 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 12 Jan 2011 10:53:59 +0000 (10:53 +0000)
PR testsuite/33033
* gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.

From-SVN: r168703

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20061124-1.c

index ac28263ddcfcdedb038a22ecfd9d44e3a1175054..7f48e1160023a802e1fecfc737f6e32c43b3f8a4 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR testsuite/33033
+       * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
+
 2010-12-27  Yao Qi  <yao@codesourcery.com>
 
        Backport from mainline:
index dab57ef4806a07b17ce03f159b53f9eaa37a6314..26c35f75a0036a89fdcce4730dce1b8139197c31 100644 (file)
@@ -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.  */