-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
pending-verificationThis issue is pending verification and/or reproductionThis issue is pending verification and/or reproduction
Description
Version
commit c5fd96e
On which OS did this happen?
Linux
Reproduction Steps
I maintain yosys in Fedora. With each new release, the source RPM is built for a set of different architectures, including x86_64, aarch64, etc., including ppc64le.
While working on version 51, I noticed that make test fails, only on ppcle64, and only on fedora versions >= 42
(the latter most likely correlated with gcc version 15).
After a bisect, I found the first commit where this happens to be c5fd96e ("macc_v2: Start new cell"), authored by @povik
Attached is the full ppcle64 fedora mock build log illustrating that problem. c5fd96ebb0c9067927bd4df381af92783bb4b547.build.log.txt
Expected Behavior
make test succeeds on all architectures, including ppcle64
Actual Behavior
make test fails on ppcle64, gcc15 (fedora 42 and later)
Metadata
Metadata
Assignees
Labels
pending-verificationThis issue is pending verification and/or reproductionThis issue is pending verification and/or reproduction