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-05-19
configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.
Mark Mitchell
6
-17
/
+229
2002-05-16
Makefile.in: Allow for PWDCMD to override hardcoded pwd.
Rainer Orth
2
-1
/
+5
2002-05-14
jcf-write.c (write_classfile): Unlink the temporary file if it cannot be rena...
Mark Mitchell
2
-5
/
+12
2002-05-08
jcf-write.c (write_classfile): Write the file to a temporary file and then re...
Mark Mitchell
2
-3
/
+20
2002-05-08
* gjavah.c (throwable_p): Use xstrdup, not strdup.
Tom Tromey
2
-2
/
+4
2002-05-08
re PR java/1200 (gcjh -jni doesn't respect class hierarchy)
Tom Tromey
2
-11
/
+119
2002-05-07
* parse.y (finish_for_loop): Fix if statement.
Andreas Jaeger
2
-4
/
+8
2002-05-07
re PR java/5941 (incorrect "Unreachable statement" error)
Tom Tromey
3
-2
/
+42
2002-05-04
For PR java/6519:
Mark Wielaard
2
-2
/
+9
2002-04-27
For PR java/6382:
Tom Tromey
2
-3
/
+85
2002-04-25
c-common.h (c_common_parse_file): Update.
Neil Booth
4
-14
/
+12
2002-04-25
For PR java/6425:
Tom Tromey
2
-1
/
+9
2002-04-24
expr.c (PRE_JSR): Call NOTE_LABEL for return address.
Per Bothner
3
-8
/
+9
2002-04-23
Fix typos for 2002-03-08 entry.
Per Bothner
1
-2
/
+2
2002-04-23
For PR java/6314:
Tom Tromey
3
-22
/
+24
2002-04-22
re PR java/2791 (Bogus "class `foo' already defined ..." error from jc1)
Alexandre Petit-Bianco
2
-3
/
+5
2002-04-22
jcf-write.c (push_long_const): lo, hi: New variables.
Andrew Haley
3
-9
/
+24
2002-04-18
c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
Neil Booth
2
-12
/
+4
2002-04-18
class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...
Bryce McKinlay
4
-4
/
+16
2002-04-17
jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero.
Mark Wielaard
2
-1
/
+7
2002-04-17
re PR java/6294 (private inner interface is flagged illegal)
Bryce McKinlay
2
-2
/
+8
2002-04-15
re PR java/6085 (gcj SEGVs on complicated inner class structures)
Bryce McKinlay
2
-18
/
+13
2002-04-12
Add --extdirs support.
Anthony Green
9
-20
/
+183
2002-04-08
For PR libgcj/5303:
Tom Tromey
4
-3
/
+162
2002-04-08
gcj.texi (Invocation): Update JvAttachCurrentThread documentation.
Bryce McKinlay
2
-9
/
+49
2002-04-08
parse.y (resolve_qualified_expression_name): Clear "from_super" flag after us...
Bryce McKinlay
2
-0
/
+6
2002-04-08
* gcj.texi (Invocation): Document CNI invocation API.
Bryce McKinlay
2
-1
/
+67
2002-04-04
c-common.c (truthvalue_conversion): Rename, update.
Neil Booth
4
-6
/
+16
2002-04-01
c-decl.c (grokdeclarator): Update.
Neil Booth
4
-8
/
+17
2002-04-01
c-common.c (unsigned_conversion_warning, [...]): Use new hooks.
Neil Booth
6
-8
/
+28
2002-03-31
diagnostic.c (print_error_function): Remove.
Neil Booth
2
-25
/
+28
2002-03-29
parse.y (do_resolve_class): Fix infinite recursion.
Martin Kahlert
2
-5
/
+11
2002-03-29
parse.y (check_inner_circular_reference): Ignore incomplete types.
Tom Tromey
2
-3
/
+17
2002-03-29
Makefile.in (convert.o, [...]): Update.
Neil Booth
8
-6
/
+23
2002-03-29
lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
Martin Kahlert
2
-2
/
+11
2002-03-29
re PR java/5986 (SIGSEGV in __gcj_personality_v0)
Tom Tromey
2
-2
/
+17
2002-03-28
re PR java/4715 (Tree check failure in check_inner_circular_reference)
Alexandre Petit-Bianco
2
-0
/
+22
2002-03-28
rtlanal.c: Include flags.h
Jan Hubicka
2
-0
/
+7
2002-03-28
parse.y (resolve_package): Initialize "decl".
Bryce McKinlay
2
-14
/
+7
2002-03-28
re PR java/5993 (crashes on Hello World)
Bryce McKinlay
2
-32
/
+24
2002-03-27
expr.c (expand_invoke): Don't generate null pointer check if we're calling <i...
Tom Tromey
2
-2
/
+8
2002-03-27
c-common.c (c_expand_expr): Fix prototype.
Neil Booth
4
-9
/
+16
2002-03-27
re PR java/5850 (resolving inherited member variables with same name works po...
Bryce McKinlay
3
-10
/
+14
2002-03-26
re PR java/5942 (tree check failure when compiling Classpath with strictfp St...
Tom Tromey
3
-1
/
+12
2002-03-26
Makefile.in (ggc-common.o): Update.
Neil Booth
4
-1
/
+10
2002-03-25
toplev.c: Don't include setjmp.h.
Zack Weinberg
2
-51
/
+42
2002-03-25
re PR java/5368 (gcj-3.0.3 segfaults with 20 line program)
Mark Wielaard
2
-1
/
+7
2002-03-25
c-decl.c (maybe_build_cleanup): Remove.
Neil Booth
2
-11
/
+4
2002-03-23
Andrew Haley <aph@cambridge.redhat.com>
Tom Tromey
2
-1
/
+12
2002-03-23
re PR java/6026 (float literals in expressions are not properly recognized)
Eric Blake
2
-0
/
+7
[next]