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/expr as2.err,1.1,1.2 as2.jer


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/expr as2.err,1.1,1.2 as2.jerr,1.1,1.2 is2.err,1.1,1.2 is2.jerr,1.1,1.2 new2.err,1.1,1.2 new2.jerr,1.1,1.2 typedref2.err,1.1,1.2 typedref2.jerr,1.1,1.2
Date: Sun, 19 Jan 2003 03:13:41 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/expr
In directory subversions:/tmp/cvs-serv32222/csharp/expr

Modified Files:
        as2.err as2.jerr is2.err is2.jerr new2.err new2.jerr 
        typedref2.err typedref2.jerr 
Log Message:
update the error messages for compiler change


Index: as2.err
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/as2.err,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** as2.err     16 Jan 2002 07:17:13 -0000      1.1
--- as2.err     19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,4 ****
  ./as2.cs:35: invalid operands to binary `as'
! ./as2.cs:38: invalid type specification
  ./as2.cs:38: reference type required
  ./as2.cs:41: reference type required
--- 1,4 ----
  ./as2.cs:35: invalid operands to binary `as'
! ./as2.cs:38: invalid type specification `t1' 
  ./as2.cs:38: reference type required
  ./as2.cs:41: reference type required

Index: as2.jerr
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/as2.jerr,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** as2.jerr    16 Jan 2002 07:17:13 -0000      1.1
--- as2.jerr    19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,4 ****
  ./as2.cs:35: invalid operands to binary `as'
! ./as2.cs:38: invalid type specification
  ./as2.cs:38: reference type required
  ./as2.cs:41: reference type required
--- 1,4 ----
  ./as2.cs:35: invalid operands to binary `as'
! ./as2.cs:38: invalid type specification `t1' 
  ./as2.cs:38: reference type required
  ./as2.cs:41: reference type required

Index: is2.err
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/is2.err,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** is2.err     16 Jan 2002 12:24:04 -0000      1.1
--- is2.err     19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,4 ****
  ./is2.cs:29: invalid operands to binary `is'
  ./is2.cs:29: warning: `is' expression is equivalent to a test against `null'
! ./is2.cs:32: invalid type specification
  ./is2.cs:32: warning: `is' expression is always false
--- 1,4 ----
  ./is2.cs:29: invalid operands to binary `is'
  ./is2.cs:29: warning: `is' expression is equivalent to a test against `null'
! ./is2.cs:32: invalid type specification `t1' 
  ./is2.cs:32: warning: `is' expression is always false

Index: is2.jerr
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/is2.jerr,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** is2.jerr    16 Jan 2002 12:24:04 -0000      1.1
--- is2.jerr    19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,4 ****
  ./is2.cs:29: invalid operands to binary `is'
  ./is2.cs:29: warning: `is' expression is equivalent to a test against `null'
! ./is2.cs:32: invalid type specification
  ./is2.cs:32: warning: `is' expression is always false
--- 1,4 ----
  ./is2.cs:29: invalid operands to binary `is'
  ./is2.cs:29: warning: `is' expression is equivalent to a test against `null'
! ./is2.cs:32: invalid type specification `t1' 
  ./is2.cs:32: warning: `is' expression is always false

Index: new2.err
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/new2.err,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** new2.err    17 Jan 2002 10:51:40 -0000      1.1
--- new2.err    19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,3 ****
! ./new2.cs:47: invalid type specification
  ./new2.cs:50: cannot instantiate interface `J' with the `new' operator
  ./new2.cs:51: cannot instantiate abstract class `Test3' with the `new' 
operator
--- 1,3 ----
! ./new2.cs:47: invalid type specification `Color.Red' 
  ./new2.cs:50: cannot instantiate interface `J' with the `new' operator
  ./new2.cs:51: cannot instantiate abstract class `Test3' with the `new' 
operator

Index: new2.jerr
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/new2.jerr,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** new2.jerr   17 Jan 2002 10:51:40 -0000      1.1
--- new2.jerr   19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,3 ****
! ./new2.cs:47: invalid type specification
  ./new2.cs:50: cannot instantiate interface `J' with the `new' operator
  ./new2.cs:51: cannot instantiate abstract class `Test3' with the `new' 
operator
--- 1,3 ----
! ./new2.cs:47: invalid type specification `Color.Red' 
  ./new2.cs:50: cannot instantiate interface `J' with the `new' operator
  ./new2.cs:51: cannot instantiate abstract class `Test3' with the `new' 
operator

Index: typedref2.err
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/typedref2.err,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** typedref2.err       7 May 2002 01:56:09 -0000       1.1
--- typedref2.err       19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,3 ****
! ./typedref2.cs:30: invalid type specification
  ./typedref2.cs:39: invalid lvalue in `__makeref' expression
  ./typedref2.cs:40: invalid lvalue in `__makeref' expression
--- 1,3 ----
! ./typedref2.cs:30: invalid type specification `fld' 
  ./typedref2.cs:39: invalid lvalue in `__makeref' expression
  ./typedref2.cs:40: invalid lvalue in `__makeref' expression

Index: typedref2.jerr
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/typedref2.jerr,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** typedref2.jerr      7 May 2002 01:56:09 -0000       1.1
--- typedref2.jerr      19 Jan 2003 08:13:39 -0000      1.2
***************
*** 1,4 ****
  ./typedref2.cs:30: `__refvalue' disallowed when compiling to Java bytecode
! ./typedref2.cs:30: invalid type specification
  ./typedref2.cs:39: `__makeref' disallowed when compiling to Java bytecode
  ./typedref2.cs:39: invalid lvalue in `__makeref' expression
--- 1,4 ----
  ./typedref2.cs:30: `__refvalue' disallowed when compiling to Java bytecode
! ./typedref2.cs:30: invalid type specification `fld' 
  ./typedref2.cs:39: `__makeref' disallowed when compiling to Java bytecode
  ./typedref2.cs:39: invalid lvalue in `__makeref' expression





reply via email to

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