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
2000-07-21
parse.y (simple_name:): Fixed typo in error message.
Alexandre Petit-Bianco
3
-1
/
+17733
2000-07-21
parse.y (simple_name:): Reject `$' in type names.
Alexandre Petit-Bianco
2
-1
/
+12
2000-07-21
[multiple changes]
Alexandre Petit-Bianco
3
-4
/
+30
2000-07-20
ChangeLog to fixes to gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:
Alexandre Petit-Bianco
1
-0
/
+37
2000-07-20
[multiple changes]
Alexandre Petit-Bianco
3
-24
/
+88
2000-07-19
lang-specs.h: Added %(jc1) to java compiler options.
Jeff Sturm
2
-1
/
+5
2000-07-14
top level:
Zack Weinberg
2
-0
/
+6
2000-07-14
* parse.c: Remove.
Mark Mitchell
2
-17653
/
+4
2000-07-13
parse.y (fold_constant_for_init): Avoid bullish conversion.
Alexandre Petit-Bianco
3
-8
/
+6
2000-07-13
Reverting incorrectly applied change
Tom Tromey
1
-22
/
+2
2000-07-13
* lang-specs.h: Added %{I*}.
Tom Tromey
3
-3
/
+27
2000-07-13
gcc.c (do_spec_1): Add new %B operator.
Zack Weinberg
2
-16
/
+12
2000-07-12
gcc_update (files_and_dependencies): Remove generated YACC files.
Mark Mitchell
2
-2571
/
+4
2000-07-10
Fixing a really lame patch. Sorry for the ChangeLog tweaking.)
Alexandre Petit-Bianco
2
-3
/
+4
2000-07-07
parse.y (generate_classfile): Exclude null strings.
Alexandre Petit-Bianco
2
-1
/
+6
2000-07-07
jcf-write.c (generate_classfile): Properly install the ConstantValue attribut...
Alexandre Petit-Bianco
4
-5
/
+17
2000-07-06
[multiple changes]
Alexandre Petit-Bianco
5
-40
/
+102
2000-07-06
Java: fixes for the PRs gcj/{271,272,275}.
Alexandre Petit-Bianco
4
-30
/
+32
2000-07-05
Make-lang.in (PARSE_DIR): New macro.
Tom Tromey
3
-0
/
+35
2000-07-05
gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument ...
Bryce McKinlay
2
-10
/
+20
2000-06-29
jcf-write.c (push_long_const): Appropriately cast short negative constant to ...
Alexandre Petit-Bianco
2
-1
/
+6
2000-06-29
parse.y (verify_constructor_super): Use loop variable `m_arg_type' initialize...
Alexandre Petit-Bianco
3
-12
/
+19
2000-06-30
parse.y (resolve_field_access): Handle case where `type_found' is NULL.
Tom Tromey
3
-2
/
+7
2000-06-29
expr.c (lookup_field): The same field can be found through two different inte...
Alexandre Petit-Bianco
2
-0
/
+7
2000-06-29
lex.c (java_lineterminator): Don't recognize \r after \n.
Tom Tromey
2
-10
/
+19
2000-06-27
parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to java_complete...
Tom Tromey
3
-2
/
+7
2000-06-26
re GNATS gcj/238 (Can't call methods from Object on an inner class)
Bryce McKinlay
3
-91
/
+113
2000-06-26
[multiple changes]
Alexandre Petit-Bianco
5
-436
/
+501
2000-06-26
re GNATS gcj/268 (Internal compiler error in for-loop test condition)
Tom Tromey
3
-212
/
+225
2000-06-26
parse.y (do_resolve_class): Minor optimiztion in the package list search.
Alexandre Petit-Bianco
3
-10
/
+21
2000-06-25
expr.c (lookup_field): Print error and return error_mark_node if field refere...
Tom Tromey
2
-2
/
+25
2000-06-25
parse.y (check_abstract_method_definitions): Also check if `other_method' is ...
Tom Tromey
3
-2
/
+11
2000-06-25
re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)
Tom Tromey
3
-4
/
+15
2000-06-21
[multiple changes]
Alexandre Petit-Bianco
11
-624
/
+806
2000-06-15
jcf-write.c (CHECK_PUT): Add static prototype.
Kaveh R. Ghazi
2
-4
/
+14
2000-06-14
tree.h (TYPE_USER_ALIGN, [...]): Define.
Jakub Jelinek
4
-1
/
+12
2000-06-11
Warning fixes:
Kaveh R. Ghazi
4
-2
/
+12
2000-06-06
parse.y (check_modifiers_consistency): Don't subtract out `PUBLIC_TK' from ar...
Tom Tromey
2
-4
/
+7
2000-06-06
configure.in (AC_C_INLINE): Added.
Philipp Thomas
3
-2
/
+16
2000-06-02
class.c (get_dispatch_table): Build the vtable dummy entry list element with ...
Alexandre Petit-Bianco
2
-4
/
+32
2000-06-02
alias.c (lang_get_alias_set): Remove.
Richard Henderson
2
-0
/
+14
2000-06-01
re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)
Bryce McKinlay
3
-0
/
+25
2000-06-01
re GNATS gcj/207 (Compiler failure)
Alexandre Petit-Bianco
2
-0
/
+7
2000-06-01
re GNATS gcj/129 (Static array length access bug in gcj)
Alexandre Petit-Bianco
3
-0
/
+30
2000-06-01
class.c (common_enclosing_context_p): New function.
Alexandre Petit-Bianco
6
-25
/
+118
2000-05-31
re GNATS gcj/71 (failure to compile an interface method invocation on a sub-i...
Alexandre Petit-Bianco
2
-2
/
+16
2000-05-31
parse.y (maybe_yank_clinit): New function.
Alexandre Petit-Bianco
3
-454
/
+574
2000-05-31
parse.y (resolve_field_access): Complete the DECL_INITIAL tree before using i...
Alexandre Petit-Bianco
3
-166
/
+237
2000-05-31
java-tree.h (boolean_array_vtable, [...]): Declare.
Tom Tromey
4
-8
/
+98
2000-05-26
parse.y (find_applicable_accessible_methods_list): Don't add an uninitialized...
Zack Weinberg
3
-8
/
+17
[next]