https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115295
Rainer Orth <ro at gcc dot gnu.org> 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
gnu.org
--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
I've now run a reghunt, which again found this patch as the culprit:
commit bdc264a16e327c63d133131a695a202fbbc0a6a0
Author: Alexandre Oliva <[email protected]>
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 build
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!