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/stmt block1.il,1.1,1.2 forea


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/stmt block1.il,1.1,1.2 foreach1.il,1.2,1.3 foreach3.il,1.2,1.3 foreach4.il,1.4,1.5 foreach5.il,1.5,1.6 locals2.il,1.2,1.3 lock1.il,1.3,1.4 switch1.il,1.2,1.3 using1.il,1.2,1.3 using3.il,1.1,1.2
Date: Sat, 21 Dec 2002 09:02:43 -0500

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

Modified Files:
        block1.il foreach1.il foreach3.il foreach4.il foreach5.il 
        locals2.il lock1.il switch1.il using1.il using3.il 
Log Message:
Add the '.locals init' changes to the test suite and update all the 
affected output files.


Index: block1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/block1.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** block1.il   4 May 2002 10:57:14 -0000       1.1
--- block1.il   21 Dec 2002 14:02:40 -0000      1.2
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int32, int32, int32)
        ret
        .maxstack 0
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int32, int32, int32)
        ret
        .maxstack 0
***************
*** 18,22 ****
  .method private hidebysig instance void 'm2'(int32 'x') cil managed 
  {
!       .locals (int32)
        ret
        .maxstack 0
--- 18,22 ----
  .method private hidebysig instance void 'm2'(int32 'x') cil managed 
  {
!       .locals init    (int32)
        ret
        .maxstack 0
***************
*** 24,28 ****
  .method private hidebysig instance void 'm3'() cil managed 
  {
!       .locals (int32, int32)
        ldc.i4.0
        stloc.0
--- 24,28 ----
  .method private hidebysig instance void 'm3'() cil managed 
  {
!       .locals init    (int32, int32)
        ldc.i4.0
        stloc.0

Index: foreach1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/foreach1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** foreach1.il 21 Oct 2002 01:05:47 -0000      1.2
--- foreach1.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,20 ****
  .method private hidebysig instance int32 'm1'(int32[] 'array') cil managed 
  {
!       .locals (int32, int32)
        ldc.i4.0
        stloc.0
!       .locals (int32[])
!       .locals (int32)
        ldarg.1
        stloc.2
--- 12,20 ----
  .method private hidebysig instance int32 'm1'(int32[] 'array') cil managed 
  {
!       .locals init    (int32, int32)
        ldc.i4.0
        stloc.0
!       .locals init    (int32[])
!       .locals init    (int32)
        ldarg.1
        stloc.2

Index: foreach3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/foreach3.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** foreach3.il 21 Oct 2002 01:05:47 -0000      1.2
--- foreach3.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,21 ****
  .method private hidebysig instance int32 'm1'(class 
['.library']'System'.'String' 'str') cil managed 
  {
!       .locals (int32, char)
        ldc.i4.0
        stloc.0
!       .locals (class ['.library']'System'.'String')
!       .locals (int32)
!       .locals (int32)
        ldarg.1
        dup
--- 12,21 ----
  .method private hidebysig instance int32 'm1'(class 
['.library']'System'.'String' 'str') cil managed 
  {
!       .locals init    (int32, char)
        ldc.i4.0
        stloc.0
!       .locals init    (class ['.library']'System'.'String')
!       .locals init    (int32)
!       .locals init    (int32)
        ldarg.1
        dup

Index: foreach4.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/foreach4.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** foreach4.il 21 Nov 2002 01:01:23 -0000      1.4
--- foreach4.il 21 Dec 2002 14:02:40 -0000      1.5
***************
*** 120,128 ****
  .method private hidebysig instance int32 'm1'(class 'TestEnumerable' 'en') 
cil managed 
  {
!       .locals (class ['.library']'System'.'String', char)
        ldstr   ""
        stloc.0
!       .locals (class 'TestEnumerator')
!       .locals (class ['.library']'System'.'IDisposable')
        ldarg.1
        call    instance class 'TestEnumerator' 
'TestEnumerable'::'GetEnumerator'()
--- 120,128 ----
  .method private hidebysig instance int32 'm1'(class 'TestEnumerable' 'en') 
cil managed 
  {
!       .locals init    (class ['.library']'System'.'String', char)
        ldstr   ""
        stloc.0
!       .locals init    (class 'TestEnumerator')
!       .locals init    (class ['.library']'System'.'IDisposable')
        ldarg.1
        call    instance class 'TestEnumerator' 
'TestEnumerable'::'GetEnumerator'()

Index: foreach5.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/foreach5.il,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** foreach5.il 26 Nov 2002 04:22:05 -0000      1.5
--- foreach5.il 21 Dec 2002 14:02:40 -0000      1.6
***************
*** 114,122 ****
  .method private hidebysig instance int32 'm1'(valuetype 'TestEnumerable' 
'en') cil managed 
  {
!       .locals (class ['.library']'System'.'String', char)
        ldstr   ""
        stloc.0
!       .locals (class 'TestEnumerator')
!       .locals (class ['.library']'System'.'IDisposable')
        ldarga.s        1
        call    instance class 'TestEnumerator' 
'TestEnumerable'::'GetEnumerator'()
--- 114,122 ----
  .method private hidebysig instance int32 'm1'(valuetype 'TestEnumerable' 
'en') cil managed 
  {
!       .locals init    (class ['.library']'System'.'String', char)
        ldstr   ""
        stloc.0
!       .locals init    (class 'TestEnumerator')
!       .locals init    (class ['.library']'System'.'IDisposable')
        ldarga.s        1
        call    instance class 'TestEnumerator' 
'TestEnumerable'::'GetEnumerator'()

Index: locals2.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/locals2.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** locals2.il  7 Sep 2002 00:57:09 -0000       1.2
--- locals2.il  21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private static hidebysig int32 'm2'() cil managed 
  {
!       .locals (int32, int32)
        ldc.i4.s        20
        stloc.1
--- 12,16 ----
  .method private static hidebysig int32 'm2'() cil managed 
  {
!       .locals init    (int32, int32)
        ldc.i4.s        20
        stloc.1

Index: lock1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/lock1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lock1.il    15 Nov 2002 01:38:55 -0000      1.3
--- lock1.il    21 Dec 2002 14:02:40 -0000      1.4
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'(class 'Test' 't') cil managed 
  {
!       .locals (class ['.library']'System'.'Object')
        ldarg.1
        dup
--- 12,16 ----
  .method private hidebysig instance void 'm1'(class 'Test' 't') cil managed 
  {
!       .locals init    (class ['.library']'System'.'Object')
        ldarg.1
        dup

Index: switch1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/switch1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** switch1.il  9 Jun 2002 01:39:52 -0000       1.2
--- switch1.il  21 Dec 2002 14:02:40 -0000      1.3
***************
*** 24,28 ****
  .method private hidebysig instance void 'm1'(int32 'x') cil managed 
  {
!       .locals (int32)
        ldarg.1
        dup
--- 24,28 ----
  .method private hidebysig instance void 'm1'(int32 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 309,313 ****
  .method private hidebysig instance void 'm2'(int64 'x') cil managed 
  {
!       .locals (int32)
        ldarg.1
        dup
--- 309,313 ----
  .method private hidebysig instance void 'm2'(int64 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 439,443 ****
  .method private hidebysig instance void 'm3'(class 
['.library']'System'.'String' 'x') cil managed 
  {
!       .locals (int32)
        ldarg.1
        dup
--- 439,443 ----
  .method private hidebysig instance void 'm3'(class 
['.library']'System'.'String' 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 566,570 ****
  .method private hidebysig instance void 'm4'(valuetype 'Color' 'x') cil 
managed 
  {
!       .locals (int32)
        ldarg.1
        dup
--- 566,570 ----
  .method private hidebysig instance void 'm4'(valuetype 'Color' 'x') cil 
managed 
  {
!       .locals init    (int32)
        ldarg.1
        dup

Index: using1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/using1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** using1.il   17 Nov 2002 10:12:05 -0000      1.2
--- using1.il   21 Dec 2002 14:02:40 -0000      1.3
***************
*** 58,62 ****
  .method public static hidebysig void 'NormalCase'() cil managed 
  {
!       .locals (int32, int32)
        ldc.i4.0
        stloc.0
--- 58,62 ----
  .method public static hidebysig void 'NormalCase'() cil managed 
  {
!       .locals init    (int32, int32)
        ldc.i4.0
        stloc.0

Index: using3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/using3.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** using3.il   9 Dec 2002 23:39:22 -0000       1.1
--- using3.il   21 Dec 2002 14:02:40 -0000      1.2
***************
*** 27,31 ****
  .method public static hidebysig void 'Main'() cil managed 
  {
!       .locals (class 'Disposable')
        newobj  instance void 'Disposable'::'.ctor'()
        stloc.0
--- 27,31 ----
  .method public static hidebysig void 'Main'() cil managed 
  {
!       .locals init    (class 'Disposable')
        newobj  instance void 'Disposable'::'.ctor'()
        stloc.0
***************
*** 41,45 ****
        }
  ?L1:
!       .locals (class ['.library']'System'.'IDisposable')
        newobj  instance void 'Disposable'::'.ctor'()
        stloc.1
--- 41,45 ----
        }
  ?L1:
!       .locals init    (class ['.library']'System'.'IDisposable')
        newobj  instance void 'Disposable'::'.ctor'()
        stloc.1




reply via email to

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