From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89A2B3858025; Fri, 10 Feb 2023 17:44:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89A2B3858025 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676051040; bh=KmfQXzUCVYkuvaD7MmXoo1+P8lBNcyUfY9rentghHVw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OlDGIYfU99VJ3rvfkFK7xXaDCC2JYnX8VxdzJNMbqDP9zv0AvxdeZe8VA8oI1DtsH fFYwyDs5brTO3JTq6gBvbiWSdf1Ju6jiukAUF6ENoeByg61fCNJatMhokCFks51xEF zVWb7wpYwy9T5Ccdbv++0lqXztIOJvT5LTEkOZ24= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107127] [11/12 Regression] Long compile times on code with C complex since r11-3299-gcba079f354a55363 Date: Fri, 10 Feb 2023 17:44:00 +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 #10 from CVS Commits --- The releases/gcc-12 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:80010acd052ca7fe544740144756cf9fc2fad629 commit r12-9121-g80010acd052ca7fe544740144756cf9fc2fad629 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)=