]> 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:21 +0000 (10:53 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 12 Jan 2011 10:53:21 +0000 (10:53 +0000)
PR testsuite/33033
* gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.

From-SVN: r168702

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

index 21e8ee4709c984632568f5b2e00853e6d013b519..a17ebc8bf7328467c1c133fe08cbba23581bfa81 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.
+
 2011-02-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        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.  */