dotgnu-libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-libjit] Libjit bug


From: simone campanoni
Subject: [Dotgnu-libjit] Libjit bug
Date: Sat, 7 Jun 2008 22:15:39 +0200

Hi all,
 I am Simone Campanoni, I'm using libjit for my dynamic compiler (ILDJIT).
I believe I found a libjit bug.
The smallest C# program compilable by cscc and runnable by ilrun (and also ILDJIT) that show the bug is reported here:

using System;

public class AddTest{

        public static int Main(){
                int     c;

                c       = 0;
                c       = 7+c;
                if (c != 7) return 100;

                c       = 1 - c;
                return 0;
        }
}


I hope that it is usefull to fix the bug on libjit.

Thank you
      Simone Campanoni

reply via email to

[Prev in Thread] Current Thread [Next in Thread]