From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1A6643858288; Fri, 31 May 2024 14:55:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A6643858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717167344; bh=p6i635JISnZx5hKgT3eXbFgaFt/Xwtw0VTkdxBwsrrk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wnXG2qWPXYh7o+5VU0fcrg3XRb/gMBOGQt/DnVX5fXfkaZ5jHQkJ4tztk6tR3inIZ hrAOemtqktbzz8GuIYw2VfYQHmtOA8gGj//pgq3OZQYA02fdhRH9g8F7bLRTpC1BUq wUo4WCcSycb+d6Vt9HC+eh+kUSnBXA1aYmG0byS8= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/115295] [15 regression] Various gdc testsuite regressions Date: Fri, 31 May 2024 14:55:43 +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: ro 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: cc bug_status everconfirmed cf_reconfirmed_on assigned_to 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 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuclaw at gcc dot gnu.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-05-31 Assignee|ibuclaw at gdcproject dot org |aoliva at gcc dot g= nu.org --- Comment #1 from Rainer Orth --- I've now run a reghunt, which again found this patch as the culprit: commit bdc264a16e327c63d133131a695a202fbbc0a6a0 Author: Alexandre Oliva Date: Thu May 30 02:06:48 2024 -0300 [testsuite] conditionalize dg-additional-sources on target and type Taking gdc.dg/attr_module.d, which I've use as test for the reghunt, I see -PASS: gdc.dg/attr_module.d (test for warnings, line 12) -PASS: gdc.dg/attr_module.d (test for warnings, line 18) -PASS: gdc.dg/attr_module.d (test for warnings, line 24) -PASS: gdc.dg/attr_module.d (test for warnings, line 36) -PASS: gdc.dg/attr_module.d (test for excess errors) +UNSUPPORTED: imports/attributes.d: additional-source will not be used to b= uild attr_module.s +FAIL: gdc.dg/attr_module.d (test for warnings, line 12) +FAIL: gdc.dg/attr_module.d (test for warnings, line 18) +FAIL: gdc.dg/attr_module.d (test for warnings, line 24) +FAIL: gdc.dg/attr_module.d (test for warnings, line 36) +FAIL: gdc.dg/attr_module.d (test for excess errors) when comparing the gdc.sum files. Please fix. This patch should really have gotten way more testing before committing!=