From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37BBD3858C48; Tue, 11 Jun 2024 12:46:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37BBD3858C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718109982; bh=Kaq/Slrx4SZfx5jUEVMQ9nM1B62eKT1ZRVLpVhAaOS0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r3yRO8NRoT7emLezz5Ix9/dV/JtRM83PRzXVXK6TIIcNKaQzWk666ZP98ImL+Ppbt QwFRk5TCyhWmPjZI8wlMnbe9h7D0dm+H9MdnVdkC3IGzeBg1jQDx7404SVEw6n243T Zd5X0q+xduaPLGGwKkysieUP5/jao/Dpi6dKNFj4= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115433] unexpected increase of testsuite execution time Date: Tue, 11 Jun 2024 12:46:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D115433 --- Comment #2 from Jonathan Wakely --- I haven't noticed this myself because my ~/.dejagnurc contains: if { [info exists v3-use-std-list] } { # v3-dg-runtest supports running tests with multiple -std options. set v3_std_list { 98 11 14 17 20 23 26 } set target_list { "unix{-D_GLIBCXX_ASSERTIONS,-D_GLIBCXX_USE_CXX11_ABI=3D0,-m32}" } } else { set target_list { "unix{,-D_GLIBCXX_USE_CXX11_ABI=3D0,-std=3Dgnu++2b,-std=3Dgnu++11}" } } So I run all tests 21 times (seven -std options, each repeated for three ta= rget boards).=