From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1CD023858401; Mon, 3 Oct 2022 05:17:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1CD023858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664774230; bh=NOIigLuoAASNOPIevEQfArtcdb2z0GV7Z21lne22IEg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CtUkNVndXeVgGOR5Su0rnh2LVqK50ptOAQ9bFGvB2F5Sin+qC+oWvb0PoB1sp65rG qxFYefsO+2QBWc0E1UcbrGBOxI3aweRwwcZWBCWIJOISACxeWfLeK7hH7QTHJH1ZaY wSuh2sb7EpNwFuZuyvEZPLwmvV/ouaaegJKwwMWI= From: "torbjorn.svensson at foss dot st.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/95720] [11 Regression] New dump output filename strategy invalidates tests Date: Mon, 03 Oct 2022 05:17:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: torbjorn.svensson at foss dot st.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: aoliva at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95720 --- Comment #19 from Torbj=C3=B6rn SVENSSON --- Forgot to mention the PR number in the commit message, but this ticket is a= lso related to the change. https://gcc.gnu.org/g:86291da0057d01efdaba71f28cad80b69dc703a4 commit r13-2989-g86291da0057 Author: Torbj=C3=B6rn SVENSSON Date: Mon Sep 19 18:52:50 2022 +0200 testsuite: Do not prefix linker script with "-Wl," The linker script should not be prefixed with "-Wl," - it's not an input file and does not interfere with the new dump output filename strategy. gcc/testsuite/ChangeLog: * lib/gcc-defs.exp: Do not prefix linker script with "-Wl,". Signed-off-by: Torbj=C3=B6rn SVENSSON =