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_gen.c,1.45,1.46 cg_gen.h,1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_gen.c,1.45,1.46 cg_gen.h,1.37,1.38
Date: Wed, 26 Feb 2003 00:09:52 -0500

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

Modified Files:
        cg_gen.c cg_gen.h 
Log Message:


Disallow "using" aliases to refer to other aliases (partial fix
for bug #1798).


Index: cg_gen.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_gen.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** cg_gen.c    26 Feb 2003 00:07:25 -0000      1.45
--- cg_gen.c    26 Feb 2003 05:09:50 -0000      1.46
***************
*** 109,112 ****
--- 109,113 ----
        info->needSwitchPop = 0;
        info->hasGotoScopes = 1;
+       info->resolvingAlias = 0;
        info->decimalRoundMode = IL_DECIMAL_ROUND_HALF_EVEN;
        info->stackHeight = 0;

Index: cg_gen.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_gen.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** cg_gen.h    26 Feb 2003 00:07:25 -0000      1.37
--- cg_gen.h    26 Feb 2003 05:09:50 -0000      1.38
***************
*** 110,113 ****
--- 110,114 ----
        int                             needSwitchPop : 1;      /* Non-zero to 
pop a switch value */
        int                             hasGotoScopes : 1;      /* Non-zero if 
goto scopes used */
+       int                             resolvingAlias : 1;     /* Non-zero if 
resolving an alias */
        int             decimalRoundMode;       /* Rounding mode for ILDecimal 
*/
        long                    stackHeight;            /* Current stack height 
*/





reply via email to

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