STR-479: Bug in new innermost fusion
Latest of the latest Stratego/XT.
The buildfarm reported a problem in a roundtrip test of the parse and pp tool of Java-front. The problem is caused by missing parenthesis in the pretty-printed version of gnu/java/math/MPN.java. If fusion is disabled, then the bug dissappears.
See also:
https://bugs.cs.uu.nl/browse/JFR-34Need to get some sleep now: I’ll produce a reduced program that illustrates the problem tomorrow.
Submitted on 5 December 2005 at 00:26
Issue Log
On 5 December 2005 at 00:31 Jira commented:
STR-479, martin:
Fragment that fails:class Foo
{
void foo()
{
long num = ((long)save&0xffffffffL) - ((long)borrow&0xffffffffL);
}
}
Log in to post comments