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
1999-08-15
expr.c (java_lang_expand_expr): Mark static array data as referenced.
Anthony Green
2
-0
/
+6
1999-08-11
* jvgenmain.c (main): NUL-terminate name_obstack.
Rainer Orth
2
-0
/
+5
1999-08-10
check-init.c (check_bool2_init, [...]): Add static prototypes.
Kaveh R. Ghazi
24
-82
/
+220
1999-08-09
lang.c (java_dummy_print): Constify a char*.
Kaveh R. Ghazi
2
-6
/
+13
1999-08-09
javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
Tom Tromey
2
-3
/
+18
1999-08-04
Warning fixes:
Kaveh R. Ghazi
11
-798
/
+814
1999-08-03
Makefile.in (c-decl.o): Depends on defaults.h.
J"orn Rennecke
2
-1
/
+6
1999-08-02
decl.c: Include defaults.h instead of expr.h.
Richard Henderson
5
-594
/
+665
1999-08-02
Jakub Jelinek <jj@ultra.linux.cz>
Jakub Jelinek
5
-8
/
+19
1999-08-01
* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
Kaveh R. Ghazi
2
-1
/
+5
1999-07-31
Backport of GC branch patches part 1: kill eh status saving.
Bernd Schmidt
6
-432
/
+445
1999-07-30
Warning fixes:
Kaveh R. Ghazi
8
-25
/
+53
1999-07-25
* decl.c (va_list_type_node): New.
Richard Henderson
2
-0
/
+6
1999-07-25
gjavah.c (print_stub): New function.
Anthony Green
2
-97
/
+251
1999-07-22
re GNATS gcj/14 (Conditional expression in method call doesn't compile)
Alexandre Petit-Bianco
2
-0
/
+5
1999-07-21
lang.c (flag_use_divide_subroutine): New variable.
Andrew Haley
4
-30
/
+41
1999-07-21
lang.c (flag_use_divide_subroutine): New variable.
Andrew Haley
7
-19
/
+153
1999-07-20
re GNATS gcj/12 (gcj accepts invalid code where an exception must be caught/t...
Alexandre Petit-Bianco
3
-16
/
+64
1999-07-15
expr.c (expand_expr): Do not return the last statement in a block as the bloc...
Andrew Haley
2
-3
/
+8
1999-07-07
[multiple changes]
Alexandre Petit-Bianco
5
-24
/
+83
1999-07-01
class.c (finish_class): Whenever a deferred method is output...
Andrew Haley
2
-4
/
+15
1999-06-28
* jvspec.c (lang_specific_driver): Recognize --help.
Tom Tromey
2
-0
/
+6
1999-06-25
[multiple changes]
Alexandre Petit-Bianco
3
-453
/
+635
1999-06-25
SMP bootstrap fixes for chill:
Kaveh R. Ghazi
2
-4
/
+11
1999-06-22
verify.c (verify_jvm_instructions): Check for pending blocks before invalid P...
Andrew Haley
4
-67
/
+74
1999-06-21
except.c (find_handler_in_range): The upper limit for exception ranges is exc...
Andrew Haley
3
-13
/
+52
1999-06-14
[multiple changes]
Alexandre Petit-Bianco
3
-48
/
+128
1999-06-07
parse.y (note_possible_classname): Mark returned node with QUALIFIED_P only i...
Alexandre Petit-Bianco
3
-2
/
+7
1999-06-05
[multiple changes]
Anthony Green
2
-3
/
+11
1999-06-02
[multiple changes]
Anthony Green
4
-8
/
+47
1999-05-28
[multiple changes]
Alexandre Petit-Bianco
4
-13
/
+41
1999-05-26
parse.y (qualify_ambiguous_name): Take into account that a CONVERT_EXPR might...
Alexandre Petit-Bianco
3
-6
/
+23
1999-05-25
[multiple changes]
Alexandre Petit-Bianco
4
-2
/
+19
1999-05-22
[multiple changes]
Alexandre Petit-Bianco
3
-334
/
+397
1999-05-19
Warning fixes:
Kaveh R. Ghazi
9
-26
/
+50
1999-05-18
java-except.h (struct eh_range): Removed unused `next' member.
Tom Tromey
4
-56
/
+191
1999-05-17
parse.y (constructor_block_end:): New rule, tagged <node>.
Alexandre Petit-Bianco
3
-1978
/
+1970
1999-05-17
parse.y (statement_nsi:): Pop `for' statement block.
Alexandre Petit-Bianco
1
-257
/
+264
1999-05-17
parse.y (statement_nsi:): Pop `for' statement block.
Alexandre Petit-Bianco
2
-4
/
+14
1999-05-14
[multiple changes]
Alexandre Petit-Bianco
5
-12
/
+22
1999-05-13
parse.y (java_check_regular_methods): Warning check on not overriding methods...
Alexandre Petit-Bianco
3
-2
/
+18
1999-05-13
check-init.c (check_init): Removed code accepting to see things falling throu...
Alexandre Petit-Bianco
8
-442
/
+555
1999-05-13
gjavah.c (print_include): Cast the result of `strlen' to int when comparing a...
Kaveh R. Ghazi
2
-2
/
+8
1999-05-12
expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.
Kaveh R. Ghazi
4
-5
/
+16
1999-05-12
lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR.
Kaveh R. Ghazi
2
-3
/
+5
1999-05-11
parse.y (source_end_java_method): If the current method contains any exceptio...
Andrew Haley
4
-427
/
+464
1999-05-11
Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x flags.
Tom Tromey
3
-135
/
+59
1999-05-11
lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build.
Dave Brolley
2
-0
/
+7
1999-05-06
Fix typo. redudant -> redundant
Jeff Law
1
-1
/
+1
1999-05-05
Fix thinko.
Per Bothner
1
-1
/
+1
[next]