wwstage parseint dropped the pre-multiply overflow guard the C twin carries (cmd/wcc/lex.c:156, if (v > (u64)~0ULL / (u64)base)), so any integer literal exceeding u64 was silently accepted mod 2^64 while cstage loudly rejected with 'bad integer literal' — a rule-10 stage divergence and a silent wrong constant. Port the guard before the multiply-add; wwstage now rejects in lockstep with cstage. lib/ww embeds into the w6c/wwdump combined.ww snapshots; both regen'd. 989_intoverflow_reject pins the reject-matrix on both driver twins.
129 KiB
129 KiB