Can you please apply it to the trunk as well so that it returns 0 for now?
I will take a look at it later today.
Chriss.
Stanis?aw Pitucha wrote:
> same bug, cleaner testcase
> problem in c5helper() this time
>
>
>
>
same bug, cleaner testcase
problem in c5helper() this time
Index: Kernel/Tests/CS/Misc.cs
===
--- Kernel/Tests/CS/Misc.cs (wersja 870)
+++ Kernel/Tests/CS/Misc.cs (kopia robocza)
@@ -155,5 +155,26 @@
return 0;
}
+
+ // bug re
testcase for AOT - thrown exception is:
Error: SharpOS.AOT.IR.EngineException: The PHI operands have not the
same index. (SharpOS.Kernel.Tests.CS.Misc.CMP5())
That's the smallest piece of code I could produce - bug appears with
calls like: type.field.function(object.field?...:...)
Index: Kernel/T