From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E9BF9385841C; Sun, 2 Jul 2023 12:29:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9BF9385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688300954; bh=bU4RXKLieBPlYoDF1+UDXKhV4IuH9bfKmbO5aiaDkSM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r55lSbosKBqrDLPwjjgs5Zr/lfk1ev+05wx+1QHSfcSkwh0f/fRHdts4IXf96LSYs ZOZ4Ruvdd7xPYiNT+Tus+BnbcljabCIFHaop4z5Q6fA5vKtOsFX4YhvJ4RgUoKZKlq +sEKoBoGNsnchnWUXcg6FAn+y45t1eFSJrJIOFwo= From: "franckbehaghel_gcc at protonmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110510] ggc infinite recursion Date: Sun, 02 Jul 2023 12:29:13 +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: 14.0 X-Bugzilla-Keywords: GC, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: franckbehaghel_gcc at protonmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D110510 --- Comment #4 from Franck Behaghel --- Andrew,thanks. Impressive ! Tested. Indeed, this patch fixes the issue.=