From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 62B633858D33; Sun, 28 Apr 2024 18:23:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62B633858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714328639; bh=B+7ZjxoZvtlpAMs1d/xHvRKJnN8EiZo0TwBxRLH1YSI=; h=From:To:Subject:Date:From; b=IgSVWCej07QVaqFWAH49qX9CtEgaHXiBpCAQc1evLU3x4zQWUWXDdBGVoNF3/dua0 vxYxBMOVB9QCo/maydLTPW8cFn6t7neHX8HLqx1bAPjjM5b8KjvhALPcPaIoz1r0nx +bKfyXJbsQGSaJ5ZXnrL55eYf8Y0UX4wIEyD/sjQ= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-11397] Darwin, testsuite: -multiply_defined is obsolete X-Act-Checkin: gcc X-Git-Author: Francois-Xavier Coudert X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 1ac65249cb9553bda683b3b1a2f85fccb2562bb8 X-Git-Newrev: f6c1f80fd9a9ba6f891514171d0236f366b373aa Message-Id: <20240428182359.62B633858D33@sourceware.org> Date: Sun, 28 Apr 2024 18:23:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f6c1f80fd9a9ba6f891514171d0236f366b373aa commit r11-11397-gf6c1f80fd9a9ba6f891514171d0236f366b373aa Author: Francois-Xavier Coudert Date: Sat Feb 10 15:52:44 2024 +0100 Darwin, testsuite: -multiply_defined is obsolete gcc/testsuite/ChangeLog: * gcc.dg/ssp-2.c: Ignore warning that -multiply_defined is obsolete (cherry picked from commit 6b13e32162adf9e4f552e09c46f1de531ffa8c05) Diff: --- gcc/testsuite/gcc.dg/ssp-2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/ssp-2.c b/gcc/testsuite/gcc.dg/ssp-2.c index 752fe5393f4..608ca300032 100644 --- a/gcc/testsuite/gcc.dg/ssp-2.c +++ b/gcc/testsuite/gcc.dg/ssp-2.c @@ -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