This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r108012 - in /branches/gcc-4_0-branch/gcc/java:...


Author: aoliva
Date: Sun Dec  4 15:11:35 2005
New Revision: 108012

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108012
Log:
2005-06-13  Per Bothner  <per@bothner.com>
* expr.c (int highest_label_pc_this_method,
start_label_pc_this_method): New globals.
(lookup_label): Add start_label_pc_this_method to pc for label, and
update highest_label_pc_this_method.  This prevents conflicts between
labels from different methods.
* java-tree.h: Declare new globals.
* jcf-parse.c (parse_class_file): If needed bump
start_label_pc_this_method and reset highest_label_pc_this_method.

Modified:
    branches/gcc-4_0-branch/gcc/java/ChangeLog
    branches/gcc-4_0-branch/gcc/java/expr.c
    branches/gcc-4_0-branch/gcc/java/java-tree.h
    branches/gcc-4_0-branch/gcc/java/jcf-parse.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]