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

From-SVN: r168704

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

index 4f35e3d72c91ee2419dbc0564d447e95c98c4140..f5661ff2db5a86d57be952eef2656db9a192cd6c 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-09  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/45081
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.  */