id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1887	Integer PMC i_multiply bug	Yuki`N	whiteknight	"The Integer PMC has a misbehaving i_multiply multimethod, called from the PIR opcode `mul $P0, $P1'.

The i_multiply VTABLE method is supposed to perform an in-place multiply on the first operand, but when used with the BigInt and Complex PMCs as the second operand, no multiplication is performed. Note that this works fine when using another PMC, i.e. the Float PMC, as the second operand.

Attached is a short snippet of new tests I wrote, all using the same mul opcode. Note that one of the three works correctly, while the other two do not."	bug	closed	normal		core	master	high	fixed	gci				all
