From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E2BAD3858D3C; Mon, 24 Apr 2023 20:52:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2BAD3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682369559; bh=+bSjEXdiF6vrhKodtRfBG1uXqW/fh7IVbLnIpj7aeGU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GgTr8wIdENda8SlsCgO7r68aSWfcSnWjaAprAiw2DV2Uoi840JPfkSfltxb5iujUJ A73xsMNIzFp1ymsrRw4p3ii1ej0aLtVZPkoB6N6xp1SQ5d789Zi7Z/vkIz/e6IM5/5 k9n+NxJJ9d1InRPvAPYfdTMR+eKv8DllXq9mdn4o= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109609] [12/13/14 Regression] tail call for function even when passing a ptr which references a local array still Date: Mon, 24 Apr 2023 20:52:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 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=3D109609 --- Comment #8 from Jakub Jelinek --- In that case it started with r12-382-ged3c43224cc4e378d But maybe it would be better to track it separately.=