From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41AC03882ACB; Mon, 29 May 2023 10:03:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41AC03882ACB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685354592; bh=6u/QZiPSDSb2fPVb6BFx+tu9g3T2X3t/vYjTZMF5tcM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xR8rF8V4HAdW7hf5cP4TxyZu7ZiuagQU6aMnnkOFDupvrdRqUqNbdnpkMqQr5fo95 4K7Ob3GsJHryo/cvYeovjsdIu7gHdgtEsjItCAF53AE31KIiUN/iNvmF9KwWLl7zhl VDnqbek9kMXjjVK+0dzMD5lSeUh+QFR2UPtmlv9Q= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96184] [11/12/13/14 Regression] GCC treats "use of local variable with automatic storage from containing function" differently in versions Date: Mon, 29 May 2023 10:03:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: accepts-invalid 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D96184 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|11.4 |11.5 --- Comment #7 from Jakub Jelinek --- GCC 11.4 is being released, retargeting bugs to GCC 11.5.=