From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35C253857C73; Fri, 4 Sep 2020 14:09:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35C253857C73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599228543; bh=iGaKFXmzr9PkCmRqQcLcPFFKF0z6Dtk3VLmTRhr+js4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y0J0m/+al1xO/eovV/fWgk87I6tdxtar0kS2cfYQkFUaevsJtNpDvzJ2i4HfYQefd QnvozhDwlUXYoRfAbChUdK57ti41pzTmoaDHag4quGPuoNd/fYCfp1VDO1xqFr/Ly9 u+IzyI32U+AQ7d6nwIUHns9iCoqaqf7cMDtKW/EA= From: "simon.marchi at polymtl dot ca" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/96937] Duplicate DW_TAG_formal_parameter in out-of-line DW_TAG_subprogram instance Date: Fri, 04 Sep 2020 14:09:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simon.marchi at polymtl dot ca X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 14:09:03 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96937 --- Comment #2 from Simon Marchi --- Created attachment 49181 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D49181&action=3Dedit Output from creduce I compile the reproducer program with: /opt/gcc/git/bin/g++ -x c++ -g3 -O2 -c bug.c=