OSDN Git Service

PR c++/27491
[pf3gnuchains/gcc-fork.git] / gcc / java / parse.y
2006-05-04 aph2006-05-04 Andrew Haley <aph@redhat.com>
2006-03-30 tromeygcc/java
2006-03-29 tromeygcc/java
2006-03-15 tromey * parse.y (analyze_clinit_body): Ignore empty statements.
2006-02-04 sayle * decl.c (java_init_decl_processing): Create char_type...
2006-01-30 aph2006-01-30 Andrew Haley <aph@redhat.com>
2005-12-16 tromeygcc/java:
2005-12-07 tromey PR java/25283:
2005-12-06 tromeygcc/java:
2005-10-03 rmathew PR java/24127
2005-09-18 phython2005-09-18 James A. Morrison <phython@gcc.gnu.org>
2005-09-15 bryce2005-09-14 Bryce McKinlay <mckinlay@redhat.com>
2005-09-06 kazu * check-init.c, decl.c, expr.c, gcj.texi, java-tree.h,
2005-09-05 rmathew PR java/23431
2005-08-16 rmathew PR java/19870
2005-08-11 aph2005-08-10 Andrew Haley <aph@redhat.com>
2005-08-08 nathan * class.c (build_class_ref): Wrap the primary class...
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-07-07 bryce2005-07-07 Bryce McKinlay <mckinlay@redhat.com>
2005-07-07 bryce2005-07-07 Bryce McKinlay <mckinlay@redhat.com>
2005-07-05 bryce2005-07-05 Bryce McKinlay <mckinlay@redhat.com>
2005-07-05 bonzini2005-07-05 Paolo Bonzini <bonzini@gnu.org>
2005-07-01 pinskia2005-07-01 Andrew Pinski <pinskia@physics.uc.edu>
2005-07-01 pinskia2005-06-29 Andrew Pinski <pinskia@physics.uc.edu>
2005-06-27 tromeygcc/java/:
2005-06-25 kcookUpdate FSF address.
2005-06-23 bryce PR java/20697
2005-06-13 tromey PR java/21844:
2005-06-09 ghazi * gjavah.c (error): Add ATTRIBUTE_PRINTF_1.
2005-06-06 jakubgcc/po/
2005-05-27 rmathew PR java/19870.
2005-05-24 rth * builtins.c (define_builtin): Don't call make_...
2005-05-19 bonzini2005-05-19 Paolo Bonzini <bonzini@gnu.org>
2005-05-10 bonzinigcc/java:
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-03-30 ian * parse.y (maybe_yank_clinit): Don't crash if bbody...
2005-03-10 rmathew PR java/20312
2005-03-06 rmathew Remove xref code.
2005-02-01 rmathew PR java/9157
2005-01-25 rmathew PR java/19070
2005-01-09 mark * parse.y (process_imports): Allocate (and free...
2004-12-06 tromey PR java/14853:
2004-12-02 tromey PR java/16675:
2004-11-26 pinskia2004-11-26 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-25 tromey * Merged gcj-abi-2-dev-branch to trunk.
2004-11-24 stevengcc/
2004-11-09 pinskia2004-11-09 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-16 hp * expr.c (expr_add_location): Move declaration to...
2004-10-15 rmathew * parse.y (parse_warning_context): Remove ATTRIBUTE_PR...
2004-10-06 uweigand * parse.y (issue_warning_error_from_context): Use...
2004-10-06 zack * pretty-print.c: Include tree.h.
2004-10-05 rmathew Prepare for %q, %< and %> in diagnostic message strings.
2004-09-30 bothner Simplify lexer. Implement --enable-mapped-location...
2004-09-29 aph2004-09-29 Andrew Haley <aph@redhat.com>
2004-09-25 tromey PR java/17500:
2004-09-25 kazu * expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix
2004-09-24 tromey PR java/15656:
2004-09-24 tromey PR java/16789:
2004-09-24 aph2004-09-23 Andrew Haley <aph@redhat.com>
2004-09-23 tromey PR java/17380:
2004-09-22 nathan * vec.h (VEC_space): Return true if there _is_ space.
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-18 bryce2004-08-18 Bryce McKinlay <mckinlay@redhat.com>
2004-08-17 aph2004-08-17 Andrew Haley <aph@redhat.com>
2004-08-16 tromey PR java/8473:
2004-08-15 nathan.:
2004-08-10 hjl2004-08-09 H.J. Lu <hongjiu.lu@intel.com>
2004-08-02 bryce2004-08-02 Bryce McKinlay <mckinlay@redhat.com>
2004-08-01 sayle * decl.c (update_aliases, initialize_local_variable...
2004-07-26 hp * parse.y (build_super_invocation): Adjust declaration...
2004-07-24 mrs * boehm.c (set_bit): Improve type safety wrt...
2004-07-20 nathan.:
2004-07-17 steven * cfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-14 bothner * java-tree.h (all_class_filename): Remove useless...
2004-07-10 bryce2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-06-29 bryce PR java/1262
2004-06-27 rmathew Formatting fixes.
2004-06-27 bryce2004-06-26 Bryce McKinlay <mckinlay@redhat.com>
2004-06-27 bryce * parse.y (qualify_and_find): Pass type decl, not...
2004-06-26 bryce PR java/1207, java/16178
2004-06-24 bryce * parse.y (set_nested_class_simple_name_value): Removed.
2004-06-22 rmathew * parse.y (create_class): Correct diagnostic message...
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-17 rmathew Fixes PR java/13948
2004-05-29 rmathew * java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 aph2004-05-10 Andrew Haley <aph@redhat.com>
2004-05-10 pinskia2004-05-10 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-06 rmathew Fixes PR java/9685, PR java/15073
2004-04-16 brycelibjava:
2004-03-19 bothner * class.c (assume_compiled_node_struct): Rename type to
2004-03-15 aph2004-03-15 Andrew Haley <aph@redhat.com>
2004-02-28 bothner * parse.y (build_assertion): Re-do 02-25 change follo...
2004-02-26 aph2004-02-26 Andrew Haley <aph@redhat.com>
2004-02-26 bothner * parse.y (build_assertion): If we're in an inner...
2004-02-19 rth * Makefile.in (STRICT2_WARN): Add -Wno-variadic...
2004-02-09 bothner * parse.y (resolve_qualified_expression_name): In...
2004-02-05 kazu ada/
next