From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D0BC3857702; Tue, 2 May 2023 20:12:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D0BC3857702 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683058334; bh=ttU6eCLGXpDnudMiuNdubvZrSsg3x/I0JMLKen3FL2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H3BDGsMP88pE+bAmIOdlzLVZbX86fBVzm6A4LAIUB3JvW3Z0NQIWRhwRg4yFclGAK w4r/mVM19qnEQ4vIcPgME9LwlrHxrhUF/pyYTiG5tJ34JMBOLi72Tm2GqJ+JICMwX0 ASeaRdaVbm4Q1NVIzCSk0ebnRrbWgjHRLhMAK7lc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107127] [11 Regression] Long compile times on code with C complex since r11-3299-gcba079f354a55363 Date: Tue, 02 May 2023 20:12:14 +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: 12.2.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D107127 --- Comment #13 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:21ffe7bc50422bbf2fc844f4e69a16d7e8d35698 commit r11-10683-g21ffe7bc50422bbf2fc844f4e69a16d7e8d35698 Author: Jakub Jelinek Date: Thu Nov 24 10:33:00 2022 +0100 testsuite: Fix up broken testcase [PR107127] I've added { dg-options "" } line manually in the patch but forgot to adjust the number of added lines. 2022-11-24 Jakub Jelinek PR c/107127 * gcc.dg/pr107127.c (foo): Add missing closing }. (cherry picked from commit add0f941be18cdf962a0f300019acacbf2325d41)=