Closed
Description
A recent commit to blead has broken the build when using g++
as the C-compiler.
I first noticed this breakage in recent smoke-test reports such as this one.
Bisecting with this invocation:
perl Porting/bisect.pl \
-Dcc=g++ \
--test-build \
--start cf1717027b95225cb27f33b15b84ff798c8bacaf \
--end 40666a761f261de4ec02a7fd4e770a48957df7c7
... points to this commit:
9fdd7fc4796d89d16dceea42f2af91e4fde296ed is the first bad commit
commit 9fdd7fc4796d89d16dceea42f2af91e4fde296ed
Author: Richard Leach <[email protected]>
Date: Fri Jul 8 14:52:19 2022 +0000
Commit: Richard Leach <[email protected]>
CommitDate: Wed Aug 17 11:19:10 2022 +0100
Implement OP_PADSV_STORE - combined sassign/padsv OP
This commit introduces a new OP to replace simple cases
of OP_SASSIGN and OP_PADSV.
@richardleach, can you take a look?
@neilb, can you keep an eye on this, as it will affect the monthly dev release scheduled for Saturday Aug 20? Thanks.