search for: bbe3d400

Displaying 1 result from an estimated 1 matches for "bbe3d400".

2015 May 01
2
[LLVMdev] Infinite loop in ScaledNumber when calling toInt
Duncan, I'm tracking down an infinite recursion problem when calling toInt. The problem seems to be that in the call to toInt, we call compareTo which, in turn, calls toInt in one of its paths. This does not happens on 64bit Scaled numbers. I'm trying to work out a fix, but maybe you'll spot the problem quicker. Here's a unittest that triggers the problem. I ran into it with