Re: [SharpOS Developers] ternary operator testcase

2008-02-05 Thread Darx Kies
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 > > > >

Re: [SharpOS Developers] ternary operator testcase

2008-02-05 Thread Stanisław Pitucha
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

[SharpOS Developers] ternary operator testcase

2008-02-05 Thread Stanisław Pitucha
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