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
2002-10-15
* jcf-parse.c (get_constant): Fix type warning.
Richard Henderson
2
-1
/
+5
2002-10-15
java-tree.h (java_inlining_merge_static_initializers): Declare.
Andrew Haley
2
-0
/
+7
2002-10-14
tree-inline.c (remap_block): All local class initialization flags go in the o...
Andrew Haley
2
-6
/
+130
2002-10-11
* gcj.texi (Compatibility): Add Limitations and Extensions section.
Mark Wielaard
2
-4
/
+40
2002-10-11
decl.c (typename_hash): Use htab_hash_pointer.
Kaveh R. Ghazi
2
-1
/
+5
2002-10-09
* parse.y (merge_string_cste): Add parentheses around & within |.
Kaveh R. Ghazi
2
-1
/
+5
2002-10-08
re PR java/8003 (gcj segfaults on simple java line of code)
Tom Tromey
2
-6
/
+6
2002-10-08
system.h (GCCBUGURL): Delete.
Zack Weinberg
4
-9
/
+14
2002-10-08
parse.y (attach_init_test_initialization_flags): Check for error_mark_node.
Andrew Haley
2
-2
/
+10
2002-10-08
Fix string concatenation bug.
Anthony Green
2
-2
/
+17
2002-10-04
gcj.texi (Standard properties): Change default of java.awt.toolkit to gnu.awt...
Michael Koch
2
-1
/
+6
2002-10-02
re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)
Roger Sayle
2
-0
/
+14
2002-10-01
jcf-dump.c (print_constant, [...]): Don't fall foul of type-based aliasing.
Nathan Sidwell
2
-3
/
+16
2002-09-30
Fix docs
Anthony Green
2
-1
/
+4
2002-09-30
Add -fno-assert flag.
Anthony Green
8
-5
/
+52
2002-09-27
expr.c (build_java_array_length_access): Check for null pointer.
Andrew Haley
2
-6
/
+29
2002-09-21
jcf-parse.c (get_constant): Decode from IEEE no matter what the target format.
Richard Henderson
2
-30
/
+27
2002-09-21
ChangeLog: Follow spelling conventions.
Kazu Hirata
12
-55
/
+70
2002-09-17
re PR java/7950 (jc1 parses files ending in 0x0d incorrectly)
Tom Tromey
2
-1
/
+6
2002-09-16
Index: gcc/ChangeLog
Geoffrey Keating
2
-1
/
+6
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
4
-53
/
+54
2002-09-15
s/Fix/Follow/
Kazu Hirata
1
-1
/
+1
2002-09-15
* lang.c: Fix spelling conventions.
Kazu Hirata
2
-1
/
+5
2002-09-11
parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant t...
Per Bothner
2
-16
/
+15
2002-09-11
For PR java/5794:
Jesse Rosenstock
2
-2
/
+9
2002-09-09
parse.y (DIR_SEPARATOR): Don't define.
Ranjit Mathew
2
-8
/
+8
2002-09-05
verify.c (verify_jvm_instructions): Allow exception handler inside code that ...
Andrew Haley
3
-4
/
+14
2002-09-02
gcj.texi: Add chapter about system properties.
Mark Wielaard
2
-9
/
+245
2002-08-26
parse.y (try_builtin_assignconv): Allow narrowing primitive conversion if RHS...
Tom Tromey
2
-2
/
+10
2002-08-22
* gcj.texi (Invoking gij): Document -cp and -classpath.
Tom Tromey
2
-0
/
+12
2002-08-22
re PR libgcj/7633 ($(prefix)/share used rather than $(datadir))
Tom Tromey
2
-1
/
+4
2002-08-22
For PR java/6005 and PR java/7611:
Tom Tromey
2
-1
/
+19
2002-08-16
gcj.texi (Class Initialization): Mention class initialization of arrays.
Tom Tromey
2
-10
/
+16
2002-08-16
Make-lang.in (java-tree-inline.o): New.
Andrew Haley
7
-13
/
+198
2002-08-13
For PR java/7483:
Jesse Rosenstock
2
-0
/
+12
2002-08-09
jcf-write.c (get_access_flags): Return correct access flags for private and p...
Bryce McKinlay
2
-0
/
+9
2002-08-08
configure.in (enable_coverage): New enable switch.
Nathan Sidwell
2
-0
/
+5
2002-08-05
Index: ChangeLog
Geoffrey Keating
3
-3
/
+5
2002-08-04
Index: ChangeLog
Geoffrey Keating
8
-10
/
+11
2002-08-04
gcc-common.texi (version-GCC): Increase to 3.3.
Joseph Myers
2
-1
/
+5
2002-07-23
* lex.c (java_lex): Check for `e' or `E' after 0.
Tom Tromey
2
-2
/
+7
2002-07-21
expr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR when finally_block can b...
Richard Henderson
2
-0
/
+28
2002-07-21
c-lex.c (GET_ENVIRONMENT): Remove.
Neil Booth
2
-8
/
+7
2002-07-11
builtins.def: Make the argument types of abort and exit independent of the fr...
Roger Sayle
2
-3
/
+7
2002-07-07
c-common.c (c_common_post_options): Update prototype; don't init backends if ...
Neil Booth
2
-2
/
+9
2002-07-06
re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...
Roger Sayle
2
-1
/
+9
2002-07-02
For PR libgcj/7073:
Tom Tromey
2
-1
/
+8
2002-07-01
tree.h: Modify builtin_function interface to take an extra argument ATTRS...
Roger Sayle
2
-26
/
+36
2002-07-01
gcj.texi: Fixed gcj invocation example so that it compiles.
T.J. Mather
2
-1
/
+5
2002-06-27
parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10.
Kaveh R. Ghazi
2
-4
/
+8
[next]