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

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

[Dotgnu-pnet-commits] CVS: pnet/codegen cg_optable.c,1.15,1.16


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_optable.c,1.15,1.16
Date: Sat, 16 Nov 2002 14:25:52 -0500

Update of /cvsroot/dotgnu-pnet/pnet/codegen
In directory subversions:/tmp/cvs-serv17386/codegen

Modified Files:
        cg_optable.c 
Log Message:
no promotions for bool data type


Index: cg_optable.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_optable.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** cg_optable.c        1 Nov 2002 14:10:35 -0000       1.15
--- cg_optable.c        16 Nov 2002 19:25:48 -0000      1.16
***************
*** 1558,1561 ****
--- 1558,1565 ----
                                }
                        }
+                       else if(type1 == &ILSystemBoolean && type2 == 
&ILSystemBoolean)
+                       {
+                               /* bool cannot be promoted */
+                       }
                        else
                        {





reply via email to

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