From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F4D83858403; Sun, 7 Jan 2024 01:00:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F4D83858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704589257; bh=SCMBoe0NIKwq34tVfRvm2MvXL00VYyK2iYWg/eE21Ok=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s75ByCxogJr4ciyP8QoWJ/LlRFRvfUeuGKA1IEP4HB27Ife+i4WR10nfXvTM4tlj8 sdhRJAYWggHustBAijeN4mlL8o7mozgpGiMhd9bZAIT4u7/FEVVelD7gVuGA+pD11z WiI/43aXMN+UPCLCG9HxcQ0RrJwgT1VVnt/ee95M= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102780] Checking constraints using large fold expression is slow Date: Sun, 07 Jan 2024 01:00:30 +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.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D102780 --- Comment #8 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:7d11d813583efad652c83c7631ef8d6d18489119 commit r14-6974-g7d11d813583efad652c83c7631ef8d6d18489119 Author: Jonathan Wakely Date: Wed Dec 6 18:32:21 2023 +0000 libstdc++: Remove dg-timeout-factor from test As the comment notes, the increased timeout was needed because of PR 102780, but that was fixed long ago. libstdc++-v3/ChangeLog: * testsuite/20_util/variant/87619.cc: Remove dg-timeout-factor.=