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

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

[Dotgnu-pnet-commits] CVS: cscctest/csharp/class ainit1.il,1.3,1.4 enum


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/class ainit1.il,1.3,1.4 enum4.il,1.2,1.3 indexer1.il,1.2,1.3 interface1.il,1.6,1.7 method13.il,1.2,1.3 method14.il,1.2,1.3 method2.il,1.2,1.3
Date: Sat, 21 Dec 2002 09:02:42 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/class
In directory subversions:/tmp/cvs-serv12927/csharp/class

Modified Files:
        ainit1.il enum4.il indexer1.il interface1.il method13.il 
        method14.il method2.il 
Log Message:
Add the '.locals init' changes to the test suite and update all the 
affected output files.


Index: ainit1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/ainit1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ainit1.il   22 Apr 2002 02:35:47 -0000      1.3
--- ainit1.il   21 Dec 2002 14:02:39 -0000      1.4
***************
*** 14,18 ****
  .method public static hidebysig void 'test'() cil managed 
  {
!       .locals (int32[])
        ldc.i4.4
        newarr  ['.library']'System'.'Int32'
--- 14,18 ----
  .method public static hidebysig void 'test'() cil managed 
  {
!       .locals init    (int32[])
        ldc.i4.4
        newarr  ['.library']'System'.'Int32'

Index: enum4.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/enum4.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** enum4.il    30 Oct 2002 18:30:44 -0000      1.2
--- enum4.il    21 Dec 2002 14:02:40 -0000      1.3
***************
*** 13,17 ****
  .method public hidebysig instance void 'Foo'() cil managed 
  {
!       .locals (valuetype 'Color')
        ldc.i4.2
        stloc.0
--- 13,17 ----
  .method public hidebysig instance void 'Foo'() cil managed 
  {
!       .locals init    (valuetype 'Color')
        ldc.i4.2
        stloc.0

Index: indexer1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/indexer1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** indexer1.il 21 Nov 2002 05:43:16 -0000      1.2
--- indexer1.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 33,37 ****
  .method public hidebysig instance void 'test'() cil managed 
  {
!       .locals (int32)
        ldarg.0
        ldc.i4.1
--- 33,37 ----
  .method public hidebysig instance void 'test'() cil managed 
  {
!       .locals init    (int32)
        ldarg.0
        ldc.i4.1

Index: interface1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface1.il,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** interface1.il       21 Nov 2002 05:43:16 -0000      1.6
--- interface1.il       21 Dec 2002 14:02:40 -0000      1.7
***************
*** 196,200 ****
  .method private hidebysig instance void 'm1'(class 'IDictionary' 'dict') cil 
managed 
  {
!       .locals (class 'IDictionaryEnumerator')
        ldarg.1
        callvirt        instance class 'IDictionaryEnumerator' 
'IDictionary'::'GetEnumerator'()
--- 196,200 ----
  .method private hidebysig instance void 'm1'(class 'IDictionary' 'dict') cil 
managed 
  {
!       .locals init    (class 'IDictionaryEnumerator')
        ldarg.1
        callvirt        instance class 'IDictionaryEnumerator' 
'IDictionary'::'GetEnumerator'()

Index: method13.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method13.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** method13.il 15 Nov 2002 01:38:55 -0000      1.2
--- method13.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 63,67 ****
  .method public static hidebysig void 'Main'() cil managed 
  {
!       .locals (class 'INHERIT'.'B')
        ldc.i4.1
        ldc.i4.2
--- 63,67 ----
  .method public static hidebysig void 'Main'() cil managed 
  {
!       .locals init    (class 'INHERIT'.'B')
        ldc.i4.1
        ldc.i4.2

Index: method14.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method14.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** method14.il 15 Nov 2002 01:38:55 -0000      1.2
--- method14.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 42,46 ****
  .method public static hidebysig void 'Main'() cil managed 
  {
!       .locals (class 'Child')
        newobj  instance void 'Child'::'.ctor'()
        stloc.0
--- 42,46 ----
  .method public static hidebysig void 'Main'() cil managed 
  {
!       .locals init    (class 'Child')
        newobj  instance void 'Child'::'.ctor'()
        stloc.0

Index: method2.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method2.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** method2.il  17 Jan 2002 23:52:43 -0000      1.2
--- method2.il  21 Dec 2002 14:02:40 -0000      1.3
***************
*** 31,35 ****
  .method private static hidebysig void 'm4'() cil managed 
  {
!       .locals (int32)
        ldloca.s        0
        call    int32 'Test'::'m1'(int32 &)
--- 31,35 ----
  .method private static hidebysig void 'm4'() cil managed 
  {
!       .locals init    (int32)
        ldloca.s        0
        call    int32 'Test'::'m1'(int32 &)




reply via email to

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