Darwin, testsuite: -multiply_defined is obsolete
gcc/testsuite/ChangeLog: * gcc.dg/ssp-2.c: Ignore warning that -multiply_defined is obsolete
This commit is contained in:
parent
cff174fabd
commit
6b13e32162
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
/* { dg-do run { target native } } */
|
||||
/* { dg-options "-fstack-protector" } */
|
||||
/* { dg-options "-fstack-protector -Wl,-multiply_defined,suppress" { target *-*-darwin* } } */
|
||||
/* { dg-prune-output "-multiply_defined is obsolete" } */
|
||||
/* { dg-require-effective-target fstack_protector } */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue