From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF3893858CDB; Thu, 13 Jul 2023 20:09:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF3893858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689278978; bh=Kec02vPjEznFu5oX1I1q4gK7FujnBalJzoT1ro1fig0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q4jtAuH1h7NsHKlNezc6P8UxuWH5lEPkzCtd57csRrcW6GifudKrf4qG719ZL+9RQ lSWeakK+bRjthQffKH3lZAIrStq9C2CSr6u5Ocj9MzCYr6vpDN3Gd2gmMEM2B1/CXQ jwSxqbGwlKkjP/dGPdPl2MYNHVd/R4+2+1+XPwKM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107841] Incorrect generation of the function's epilogue code when there is a _builtin_alloca call. Date: Thu, 13 Jul 2023 20:09:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pkoning at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107841 --- Comment #3 from CVS Commits --- The master branch has been updated by Paul Koning : https://gcc.gnu.org/g:8f1a26ee259f72e42405b9c5f2b161042ec4014b commit r14-2509-g8f1a26ee259f72e42405b9c5f2b161042ec4014b Author: Mikael Pettersson Date: Thu Jul 13 16:06:39 2023 -0400 pdp11: Fix epilogue generation [PR107841] gcc/ PR target/107841 * config/pdp11/pdp11.cc (pdp11_expand_epilogue): Also deallocate alloca-only frame. gcc/testsuite/ PR target/107841 * gcc.target/pdp11/pr107841.c: New test.=