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/existing-fp8
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-15
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-15
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
/
parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-07-27
[multiple changes]
Alexandre Petit-Bianco
1
-17728
/
+0
2000-07-21
parse.y (simple_name:): Fixed typo in error message.
Alexandre Petit-Bianco
1
-0
/
+17728
2000-07-14
* parse.c: Remove.
Mark Mitchell
1
-17653
/
+0
2000-07-13
parse.y (fold_constant_for_init): Avoid bullish conversion.
Alexandre Petit-Bianco
1
-4
/
+1
2000-07-07
jcf-write.c (generate_classfile): Properly install the ConstantValue attribut...
Alexandre Petit-Bianco
1
-2
/
+2
2000-07-06
[multiple changes]
Alexandre Petit-Bianco
1
-18
/
+38
2000-07-06
Java: fixes for the PRs gcj/{271,272,275}.
Alexandre Petit-Bianco
1
-15
/
+6
2000-06-29
parse.y (verify_constructor_super): Use loop variable `m_arg_type' initialize...
Alexandre Petit-Bianco
1
-6
/
+7
2000-06-30
parse.y (resolve_field_access): Handle case where `type_found' is NULL.
Tom Tromey
1
-1
/
+1
2000-06-27
parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to java_complete...
Tom Tromey
1
-1
/
+1
2000-06-26
re GNATS gcj/238 (Can't call methods from Object on an inner class)
Bryce McKinlay
1
-46
/
+53
2000-06-26
[multiple changes]
Alexandre Petit-Bianco
1
-433
/
+456
2000-06-26
re GNATS gcj/268 (Internal compiler error in for-loop test condition)
Tom Tromey
1
-211
/
+215
2000-06-26
parse.y (do_resolve_class): Minor optimiztion in the package list search.
Alexandre Petit-Bianco
1
-5
/
+7
2000-06-25
parse.y (check_abstract_method_definitions): Also check if `other_method' is ...
Tom Tromey
1
-1
/
+3
2000-06-25
re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)
Tom Tromey
1
-3
/
+6
2000-06-21
[multiple changes]
Alexandre Petit-Bianco
1
-520
/
+577
2000-06-14
tree.h (TYPE_USER_ALIGN, [...]): Define.
Jakub Jelinek
1
-0
/
+1
2000-06-01
re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)
Bryce McKinlay
1
-0
/
+10
2000-06-01
re GNATS gcj/129 (Static array length access bug in gcj)
Alexandre Petit-Bianco
1
-0
/
+12
2000-06-01
class.c (common_enclosing_context_p): New function.
Alexandre Petit-Bianco
1
-8
/
+35
2000-05-31
parse.y (maybe_yank_clinit): New function.
Alexandre Petit-Bianco
1
-442
/
+498
2000-05-31
parse.y (resolve_field_access): Complete the DECL_INITIAL tree before using i...
Alexandre Petit-Bianco
1
-165
/
+231
2000-05-26
parse.y (find_applicable_accessible_methods_list): Don't add an uninitialized...
Zack Weinberg
1
-4
/
+6
2000-05-26
re GNATS gcj/162 (gcj does not initialize interfaces according to spec)
Tom Tromey
1
-2
/
+1
2000-05-26
re GNATS gcj/235 (source parser dies when Primitive.TYPE is used in an array ...
Tom Tromey
1
-1
/
+1
2000-05-20
parse.y (resolve_package): Correctly set `*next' (was off by one.)
Alexandre Petit-Bianco
1
-2
/
+5
2000-05-19
parse.y (block_end:): If the collected block doesn't feature a statement, ins...
Alexandre Petit-Bianco
1
-273
/
+275
2000-05-19
parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by...
Alexandre Petit-Bianco
1
-2
/
+0
2000-05-19
Reverted incorrectly applied change
Tom Tromey
1
-0
/
+2
2000-05-19
java-tree.h (build_instanceof): Declare.
Tom Tromey
1
-243
/
+164
2000-05-09
top level:
Zack Weinberg
1
-166
/
+232
2000-05-02
class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...
Tom Tromey
1
-233
/
+176
2000-05-01
re GNATS gcj/195: (gcj fail on code to implement an inner interface.)
Alexandre Petit-Bianco
1
-1
/
+2
2000-05-01
(The patch contained impurities -- this should fix the situation.)
Alexandre Petit-Bianco
1
-168
/
+236
2000-04-28
re GNATS gcj/2 (Method call on null instance should throw NullPointerException)
Tom Tromey
1
-238
/
+214
2000-04-25
re GNATS gcj/181 (gcj crashes on inner classes/interfaces definition/usage.)
Alexandre Petit-Bianco
1
-0
/
+7
2000-04-24
parse.y (lookup_field_wrapper): Search for final local aliases.
Alexandre Petit-Bianco
1
-183
/
+259
2000-04-24
parse.y (source_start_java_method): Deleted unecessary code.
Alexandre Petit-Bianco
1
-260
/
+165
2000-04-21
[multiple changes]
Alexandre Petit-Bianco
1
-172
/
+271
2000-04-21
re GNATS gcj/124 (protected constructor for InvocationTargetException still v...
Tom Tromey
1
-234
/
+168
2000-04-19
parse.y (yyerror): `msg' can be null, don't use it in that case.
Alexandre Petit-Bianco
1
-1
/
+1
2000-04-18
[multiple changes]
Alexandre Petit-Bianco
1
-172
/
+254
2000-04-06
re GNATS gcj/140 (gcj permits assignment to array length)
Tom Tromey
1
-4
/
+10
2000-04-06
re GNATS gcj/164 (compiler permits "volatile final" variables)
Tom Tromey
1
-8
/
+20
2000-04-05
class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.
Alexandre Petit-Bianco
1
-241
/
+181
2000-04-04
boehm.c (mark_reference_fields, set_bit): Prototype.
Kaveh R. Ghazi
1
-430
/
+431
2000-03-22
[multiple changes]
Alexandre Petit-Bianco
1
-502
/
+752
2000-03-15
re GNATS gcj/172 (compiler rejects inner-class argument to inner-class constr...
Alexandre Petit-Bianco
1
-1
/
+2
2000-03-13
parse.y (resolve_package): Set `next' once a type name has been progressively...
Alexandre Petit-Bianco
1
-78
/
+28
[next]