From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8503C3858C66; Wed, 26 Apr 2023 10:43:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8503C3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682505797; bh=sT5O98cYP/BEkkcLD05pH5oUWpPWnmdTwmfbK6EVqjA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ouqQB2pJ3wpwQbBc4g7cF0nD+koMV82mG5ftcYdP/frjLke2V2eKpND/g6XBVr1GE UnN6FsVnS6rxyAt42r1zv1URL7AgcwAry8Kctzc27gSzwFg/fbjNyBY33ivbfESiPQ Z+mzkA6Ld1oIyEe0cnDGbLpiiUY8Efuy+nbognb4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109609] [12/13 Regression] tail call for function even when passing a ptr which references a local array still Date: Wed, 26 Apr 2023 10:43:17 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work bug_status resolution 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |12.2.0, 13.1.0 Known to work| |12.2.1, 13.1.1 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #20 from Richard Biener --- Fixed.=