]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, testsuite: -multiply_defined is obsolete
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 10 Feb 2024 14:52:44 +0000 (15:52 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 10 Feb 2024 14:52:44 +0000 (15:52 +0100)
gcc/testsuite/ChangeLog:

* gcc.dg/ssp-2.c: Ignore warning that
-multiply_defined is obsolete

gcc/testsuite/gcc.dg/ssp-2.c

index 752fe5393f4c66a57bc8b8dc8bc623fe2c1893ab..608ca300032391c2ac0ac7dfa8c510b61fc8d90d 100644 (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>