3 In backends that support 16x16->32 multiplication, there was a bug when
4 operands to such a multiplication were used in multiple such multiplications.
9 #ifndef __SDCC_pdk14 // Lack of memory - see RFE #606
17 ASSERT(x
== 42 * 42 || x
== -42 * 42);
23 #ifndef __SDCC_pdk14 // Lack of memory
26 // Double use of i and j.
29 dummy2((long)i
* (long)j
);
31 dummy2((long)i
* (long)j
);
33 // Single use of i and j.
36 dummy2((long)i
* (long)j
);