re PR testsuite/51059 (FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*)

gcc/testsuite:

	PR testsuite/51059
	* gcc.misc-tests/gcov-14.c (dg-options): Adjust to use
	dg-additional-options.

From-SVN: r181350
This commit is contained in:
Iain Sandoe 2011-11-14 11:53:33 +00:00
parent 77addcb730
commit a163acfa5d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-11-14 Iain Sandoe <iains@gcc.gnu.org>
PR testsuite/51059
* gcc.misc-tests/gcov-14.c (dg-options): Adjust to use
dg-additional-options.
2011-11-13 Oleg Endo <oleg.endo@t-online.de>
* gcc.target/sh/pr21255-2-ml.c: Skip if -mb or -m5* is

View File

@ -2,7 +2,7 @@
/* { dg-options "-O2 -fprofile-arcs -ftest-coverage" } */
/* The following line arranges that Darwin has behavior like elf weak import. */
/* { dg-options "-O2 -fprofile-arcs -ftest-coverage -flat_namespace -undefined suppress" { target *-*-darwin* } } */
/* { dg-additional-options "-flat_namespace -undefined suppress" { target *-*-darwin* } } */
/* { dg-require-weak "" } */
/* { dg-do run { target native } } */