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:
Francois-Xavier Coudert 2024-02-10 15:52:44 +01:00
parent cff174fabd
commit 6b13e32162

View file

@ -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>