dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] cscctest ChangeLog csharp/expr/newarray1.il


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] cscctest ChangeLog csharp/expr/newarray1.il
Date: Mon, 15 Oct 2007 19:36:39 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    cscctest
Changes by:     Klaus Treichel <ktreichel>      07/10/15 19:36:39

Modified files:
        .              : ChangeLog 
        csharp/expr    : newarray1.il 

Log message:
        Update file to reflect the latest compiler change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cscctest/ChangeLog?cvsroot=dotgnu-pnet&r1=1.172&r2=1.173
http://cvs.savannah.gnu.org/viewcvs/cscctest/csharp/expr/newarray1.il?cvsroot=dotgnu-pnet&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -b -r1.172 -r1.173
--- ChangeLog   14 Oct 2007 20:14:01 -0000      1.172
+++ ChangeLog   15 Oct 2007 19:36:39 -0000      1.173
@@ -1,3 +1,9 @@
+2007-10-15  Klaus Treichel  <address@hidden>
+
+       * csharp/expr/newarray.il: Update the file to reflect the fixed bug
+       with using the wrong array for determining the number of dimensions
+       for the ctor call.
+
 2007-10-14  Klaus Treichel  <address@hidden>
 
        * csharp/expr/newarray1.il, csharp/expr/newarray1.jl: Update files

Index: csharp/expr/newarray1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/newarray1.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- csharp/expr/newarray1.il    14 Oct 2007 20:14:01 -0000      1.4
+++ csharp/expr/newarray1.il    15 Oct 2007 19:36:39 -0000      1.5
@@ -55,7 +55,7 @@
        ldarg.1
        ldarg.1
        ldarg.1
-       newobj  instance void class 
['.library']'System'.'Object'[,,,][][,,]::.ctor(int32, int32, int32, int32)
+       newobj  instance void class 
['.library']'System'.'Object'[,,,][][,,]::.ctor(int32, int32, int32)
        stloc.s 6
        ldarg.2
        newarr  ['.library']'System'.'Int32'




reply via email to

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