aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2002-10-23re PR java/8296 (gcjh generates incorrect JNI header)Tom Tromey2-1/+7
2002-10-21parse.y (patch_invoke): Call force_evaluation_order on a static arg list.Andrew Haley3-1/+131
2002-10-20gcj.texi: Added item describing the GCJ runtime property "gnu.gcj.progname".Ranjit Mathew2-0/+8
2002-10-15* jcf-parse.c (get_constant): Fix type warning.Richard Henderson2-1/+5
2002-10-15java-tree.h (java_inlining_merge_static_initializers): Declare.Andrew Haley2-0/+7
2002-10-14tree-inline.c (remap_block): All local class initialization flags go in the o...Andrew Haley2-6/+130
2002-10-11* gcj.texi (Compatibility): Add Limitations and Extensions section.Mark Wielaard2-4/+40
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi2-1/+5
2002-10-09* parse.y (merge_string_cste): Add parentheses around & within |.Kaveh R. Ghazi2-1/+5
2002-10-08re PR java/8003 (gcj segfaults on simple java line of code)Tom Tromey2-6/+6
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg4-9/+14
2002-10-08parse.y (attach_init_test_initialization_flags): Check for error_mark_node.Andrew Haley2-2/+10
2002-10-08Fix string concatenation bug.Anthony Green2-2/+17
2002-10-04gcj.texi (Standard properties): Change default of java.awt.toolkit to gnu.awt...Michael Koch2-1/+6
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle2-0/+14
2002-10-01jcf-dump.c (print_constant, [...]): Don't fall foul of type-based aliasing.Nathan Sidwell2-3/+16
2002-09-30Fix docsAnthony Green2-1/+4
2002-09-30Add -fno-assert flag.Anthony Green8-5/+52
2002-09-27expr.c (build_java_array_length_access): Check for null pointer.Andrew Haley2-6/+29
2002-09-21jcf-parse.c (get_constant): Decode from IEEE no matter what the target format.Richard Henderson2-30/+27
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata12-55/+70
2002-09-17re PR java/7950 (jc1 parses files ending in 0x0d incorrectly)Tom Tromey2-1/+6
2002-09-16Index: gcc/ChangeLogGeoffrey Keating2-1/+6
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson4-53/+54
2002-09-15s/Fix/Follow/Kazu Hirata1-1/+1
2002-09-15* lang.c: Fix spelling conventions.Kazu Hirata2-1/+5
2002-09-11parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant t...Per Bothner2-16/+15
2002-09-11For PR java/5794:Jesse Rosenstock2-2/+9
2002-09-09parse.y (DIR_SEPARATOR): Don't define.Ranjit Mathew2-8/+8
2002-09-05verify.c (verify_jvm_instructions): Allow exception handler inside code that ...Andrew Haley3-4/+14
2002-09-02gcj.texi: Add chapter about system properties.Mark Wielaard2-9/+245
2002-08-26parse.y (try_builtin_assignconv): Allow narrowing primitive conversion if RHS...Tom Tromey2-2/+10
2002-08-22* gcj.texi (Invoking gij): Document -cp and -classpath.Tom Tromey2-0/+12
2002-08-22re PR libgcj/7633 ($(prefix)/share used rather than $(datadir))Tom Tromey2-1/+4
2002-08-22For PR java/6005 and PR java/7611:Tom Tromey2-1/+19
2002-08-16gcj.texi (Class Initialization): Mention class initialization of arrays.Tom Tromey2-10/+16
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley7-13/+198
2002-08-13For PR java/7483:Jesse Rosenstock2-0/+12
2002-08-09jcf-write.c (get_access_flags): Return correct access flags for private and p...Bryce McKinlay2-0/+9
2002-08-08configure.in (enable_coverage): New enable switch.Nathan Sidwell2-0/+5
2002-08-05Index: ChangeLogGeoffrey Keating3-3/+5
2002-08-04Index: ChangeLogGeoffrey Keating8-10/+11
2002-08-04gcc-common.texi (version-GCC): Increase to 3.3.Joseph Myers2-1/+5
2002-07-23* lex.c (java_lex): Check for `e' or `E' after 0.Tom Tromey2-2/+7
2002-07-21expr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR when finally_block can b...Richard Henderson2-0/+28
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2-8/+7
2002-07-11builtins.def: Make the argument types of abort and exit independent of the fr...Roger Sayle2-3/+7
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth2-2/+9
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle2-1/+9
2002-07-02For PR libgcj/7073:Tom Tromey2-1/+8