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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_main.c,1.21,1.22


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_main.c,1.21,1.22
Date: Wed, 27 Nov 2002 20:51:45 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/common
In directory subversions:/tmp/cvs-serv14316/cscc/common

Modified Files:
        cc_main.c 
Log Message:


Reset the state of "overflowInsns" to the global value when jumping to
another class to perform semantic analysis on a member, as the state at the
jump point may not match the required state at the destination.


Index: cc_main.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/common/cc_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** cc_main.c   20 Nov 2002 11:36:53 -0000      1.21
--- cc_main.c   28 Nov 2002 01:51:43 -0000      1.22
***************
*** 510,513 ****
--- 510,514 ----
                CCCodeGen.overflowInsns = 0;
        }
+       CCCodeGen.overflowGlobal = CCCodeGen.overflowInsns;
  
        /* Switch to JVM mode if necessary */





reply via email to

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