index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-25
gij.cc (nonstandard_opts_help): Add entry for -Xss.
Bryce McKinlay
2
-0
/
+7
2005-11-08
re PR java/23617 (Out of memory when classpath contains jar file with zip-sty...
Wil Mahan
2
-1
/
+26
2005-11-08
Removed decompilation for non-ELF targets.
Terry Laurenzo
2
-1
/
+13
2005-10-14
re PR java/23620 (Segfault compiling inner interfaces)
Nathan Sidwell
2
-1
/
+12
2005-10-03
re PR java/24127 (ICE in libjava.compile/PR6865.java reported as "PASS" in te...
Ranjit Mathew
2
-0
/
+11
2005-09-30
re PR java/24120 (jc1 incorrectly uses libiberty hashes)
Tom Tromey
2
-3
/
+23
2005-09-21
re PR java/21418 (Order of source files matters when compiling)
Ranjit Mathew
2
-2
/
+14
2005-09-18
builtins.c (max_builtin, [...]): Use fold_buildN.
James A. Morrison
6
-81
/
+92
2005-09-15
re PR java/23891 (Problem folding static fields across packages)
Bryce McKinlay
4
-35
/
+36
2005-09-09
re PR libgcj/23182 (instanceof sometimes fails if compiled with -findirect-di...
Andrew Haley
2
-0
/
+12
2005-09-06
java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's BLOCK_EXPR_BO...
Andrew Pinski
2
-0
/
+6
2005-09-06
check-init.c, [...]: Fix comment typos.
Kazu Hirata
11
-18
/
+24
2005-09-05
re PR java/23431 (gcj allows overriding with more restrictive access)
Ranjit Mathew
3
-2
/
+11
2005-08-17
class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...
Tom Tromey
2
-7
/
+8
2005-08-16
re PR java/22113 (Buffer overflow in the lexical analyser while reading FP li...
Ranjit Mathew
2
-10
/
+25
2005-08-16
re PR java/19870 (gcj -C doesn't generate accessors for private members acros...
Ranjit Mathew
2
-50
/
+79
2005-08-16
re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)
Tom Tromey
3
-9
/
+12
2005-08-16
java-tree.h (LABEL_IN_SUBR): Removed.
Tom Tromey
2
-45
/
+16
2005-08-15
Make-lang.in (JAVA_OBJS): Removed verify.o
Tom Tromey
6
-1682
/
+53
2005-08-11
[multiple changes]
Andrew Haley
3
-7
/
+23
2005-08-08
class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.
Nathan Sidwell
3
-20
/
+36
2005-07-28
expr.c (expand_load_internal): Fix missing parens in predicate.
Diego Novillo
2
-1
/
+6
2005-07-28
expr.c (expand_load_internal): Convert to destination type.
Andrew Haley
1
-1
/
+1
2005-07-28
expr.c (expand_load_internal): Convert to destination type.
Andrew Haley
2
-1
/
+5
2005-07-22
tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.
Manfred Hollstein
2
-3
/
+9
2005-07-20
Make CONSTRUCTOR use VEC to store initializers.
Giovanni Bajo
8
-68
/
+109
2005-07-13
jvspec.c (lang_specific_driver): Put filelist_filename first on command line.
Tom Tromey
2
-9
/
+21
2005-07-12
reverted erroneous commit
Tom Tromey
1
-14
/
+8
2005-07-12
re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...
Tom Tromey
3
-8
/
+21
2005-07-08
Makefile.in (TREE_H): Add treestruct.def.
Daniel Berlin
2
-6
/
+13
2005-07-07
re PR java/18119 (Private inner class is visible when it shouldn't be)
Bryce McKinlay
2
-77
/
+111
2005-07-07
re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...
Bryce McKinlay
2
-46
/
+76
2005-07-05
re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...
Bryce McKinlay
2
-0
/
+7
2005-07-05
Makefile.in: Adjust dependencies.
Paolo Bonzini
3
-1
/
+8
2005-07-02
toplev.c (default_tree_printer): Handle setting location with '+' flag.
Joseph Myers
4
-15
/
+20
2005-07-01
parse.y (issue_warning_error_from_context): Call pp_output_formatted_text to ...
Andrew Pinski
2
-1
/
+7
2005-06-30
parse.y (issue_warning_error_from_context): Update for the renaming of pp_for...
Andrew Pinski
2
-1
/
+6
2005-06-28
Makefile.in: Set and use UNWIND_H.
Paul Brook
2
-0
/
+6
2005-06-27
PR java/21540, PR java/13788:
Tom Tromey
2
-14
/
+34
2005-06-25
builtins.c (define_builtin): Accept new flags parameter.
Jan Hubicka
2
-19
/
+43
2005-06-25
Update FSF address.
Kelley Cook
53
-104
/
+108
2005-06-24
verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...
Tom Tromey
2
-4
/
+11
2005-06-23
re PR java/20697 (Invalid Can't find method error on call to super)
Bryce McKinlay
2
-6
/
+8
2005-06-15
re PR libgcj/21906 (hang when invoking abstract method)
Tom Tromey
4
-1
/
+26
2005-06-14
Index: ChangeLog
Geoffrey Keating
2
-1
/
+5
2005-06-13
expr.c (int highest_label_pc_this_method, [...]): New globals.
Per Bothner
4
-1
/
+41
2005-06-13
re PR java/21844 (miscompilation of LinkedHashMap)
Tom Tromey
2
-7
/
+13
2005-06-12
* class.c (inherits_from_p): Do load_class if needed.
Per Bothner
2
-0
/
+6
2005-06-09
gjavah.c (error): Add ATTRIBUTE_PRINTF_1.
Kaveh R. Ghazi
6
-12
/
+18
2005-06-09
* typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.
Roger Sayle
2
-1
/
+6
[next]