Commit d72ae3bf by Eric Botcazou Committed by Eric Botcazou

re PR testsuite/33033 (FAIL: gcc.dg/20061124-1.c: undefined reference to `__sync_add_and_fetch_2')

	PR testsuite/33033
	* gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.

From-SVN: r168701
parent b0223c3e
2011-01-12 Eric Botcazou <ebotcazou@adacore.com>
PR testsuite/33033
* gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com> 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
Fixed the Objective-C++ testsuite and updated all tests. Fixed the Objective-C++ testsuite and updated all tests.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-effective-target sync_char_short } */ /* { dg-require-effective-target sync_char_short } */
/* { dg-options "-mcpu=v9" { target sparc*-*-* } } */
/* This testcase failed on s390 because no compare instruction for /* This testcase failed on s390 because no compare instruction for
the check of FLAG was emitted. */ the check of FLAG was emitted. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment