Bugs item #681252, was opened at 2003-02-05 21:14
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=681252&group_id=599
Category: msc51(8051) target
>Group: fixed
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Bernhard Held (bernhardheld)
>Assigned to: Johan Knol (johanknol)
Summary: Fatal error / packForPush: dic
Initial Comment:
Compile with --model-large --stack-auto
void divsint (int a, int b)
{
_divuint((a < 0 ? -a : a),
(b < 0 ? -b : b));
}
packForPush: dic in previous block
_divsint.c:9: error: FATAL Compiler Internal Error in file
'ralloc.c' line number '2463' : code generator internal error
----------------------------------------------------------------------
>Comment By: Johan Knol (johanknol)
Date: 2003-02-06 09:01
Message:
Logged In: YES
user_id=63512
Committed the intended ralloc.c now (1.97).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=681252&group_id=599
|