From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F099A3858C50; Wed, 12 Jun 2024 02:21:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F099A3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718158867; bh=mShg/Oq/76DcTWDjDVt+vNw+J85mr9VC8yCUlyEyzEM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rvmn/4mklPuOsuhrxQKpJzgq296TdybCn2Ks1WHHUi5xMfNteU6+8IkC/qwFYYy+P RjS3WCMt67Yz2mmL878+fBmC0m9MV5rpIwsM1XGn4sdxOwfMRg4/Ty6jKLD+5J6yD1 nJKnDAEVk4qbyjkAqCqH6I7MaS1DXQoM4mvMo2Xc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/115295] [15 regression] Various gdc testsuite regressions Date: Wed, 12 Jun 2024 02:21:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: aoliva at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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=3D115295 --- Comment #5 from Andrew Pinski --- (In reply to Alexandre Oliva from comment #4) > Created attachment 58410 [details] > candidate patch >=20 > This patch reverts dg-additional-sources to the earlier behavior, in which > sources are added regardless of the test, introducing an explicit flag to > activate the link-only mode. This should bring the D testsuite back to a > functioning state (I'd appreciate if someone who has a D compiler could g= ive > it a spin; I'm new to it), and the additional of the flag to the pr95401.= cc > test should address the original problem. So I fixed the other `dg-additional-sources` issues in the vect testsuite by adding `dg-do run` to them (PR 113899, r14-8978-g948dbc5ee45f9f). I suspect= we should just do the same for g++.dg/vect/pr95401.cc . I had missed the c++ testsuite's vect testcases when I was looking for dg-additional-sources whe= n I fixed that one.=