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/gfortran-test
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
1999-05-28
[multiple changes]
Alexandre Petit-Bianco
1
-6
/
+8
1999-05-26
parse.y (qualify_ambiguous_name): Take into account that a CONVERT_EXPR might...
Alexandre Petit-Bianco
1
-3
/
+9
1999-05-25
[multiple changes]
Alexandre Petit-Bianco
1
-0
/
+1
1999-05-22
[multiple changes]
Alexandre Petit-Bianco
1
-333
/
+359
1999-05-19
Warning fixes:
Kaveh R. Ghazi
1
-8
/
+7
1999-05-17
parse.y (constructor_block_end:): New rule, tagged <node>.
Alexandre Petit-Bianco
1
-1972
/
+1954
1999-05-17
parse.y (statement_nsi:): Pop `for' statement block.
Alexandre Petit-Bianco
1
-257
/
+264
1999-05-13
parse.y (java_check_regular_methods): Warning check on not overriding methods...
Alexandre Petit-Bianco
1
-1
/
+5
1999-05-13
check-init.c (check_init): Removed code accepting to see things falling throu...
Alexandre Petit-Bianco
1
-432
/
+470
1999-05-11
parse.y (source_end_java_method): If the current method contains any exceptio...
Andrew Haley
1
-427
/
+437
1999-05-05
class.c (make_field_value): DECL_INITIAL may be a string literal...
Per Bothner
1
-512
/
+512
1999-05-03
check-init.c (check_init): Exclude a case of error when doing xrefs.
Alexandre Petit-Bianco
1
-464
/
+518
1999-04-26
class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.
Alexandre Petit-Bianco
1
-435
/
+455
1999-04-21
decl.c (predef_filenames, [...]): New globals
Alexandre Petit-Bianco
1
-11
/
+28
1999-04-19
xref.h (enum): Removed trailing comma.
Tom Tromey
1
-3
/
+5
1999-04-12
parse.y (patch_unaryop): Fix ++ operator check on array references.
Alexandre Petit-Bianco
1
-3
/
+6
1999-04-09
parse.y (patch_assignment): Added ArrayStoreException runtime check.
Alexandre Petit-Bianco
1
-4
/
+53
1999-04-06
parse.y (patch_binop): Don't fold if non-constant and emiting class files.
Per Bothner
1
-2
/
+6
1999-04-05
class.c (add_method_1): Cast the argument of `bzero' to PTR.
Kaveh R. Ghazi
1
-1
/
+1
1999-04-05
parse.y (struct parser_ctxt *ctxp): Now global.
Alexandre Petit-Bianco
1
-2
/
+7
1999-03-30
[multiple changes]
Alexandre Petit-Bianco
1
-9
/
+13
1999-03-27
[multiple changes]
Alexandre Petit-Bianco
1
-449
/
+500
1999-03-27
*** empty log message ***
Per Bothner
1
-578
/
+526
1999-03-23
parse.y (find_applicable_accessible_methods_list): When dealing with interfac...
Alexandre Petit-Bianco
1
-7
/
+36
1999-03-23
Warning fixes:
Kaveh R. Ghazi
1
-440
/
+438
1999-03-19
parse.y (find_applicable_accessible_methods_list): Extend the search to super...
Alexandre Petit-Bianco
1
-374
/
+374
1999-03-19
parse.y (find_applicable_accessible_methods_list): Extend the search to super...
Alexandre Petit-Bianco
1
-449
/
+481
1999-03-16
parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.
Per Bothner
1
-2
/
+6
1999-03-15
parse.y (java_stabilize_reference): Use save_expr instead of building a SAVE_...
Alexandre Petit-Bianco
1
-3
/
+6
1999-03-15
class.c (make_class): Don't set CLASS_P here (because this function is also c...
Per Bothner
1
-11
/
+2
1999-03-12
parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.
Alexandre Petit-Bianco
1
-266
/
+308
1999-03-12
Warning fixes:
Kaveh R. Ghazi
1
-42
/
+5
1999-03-08
*** empty log message ***
Per Bothner
1
-37
/
+15
1999-02-25
parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
Tom Tromey
1
-9
/
+10
1999-02-21
decl.c (build_result_decl): New method.
Per Bothner
1
-30
/
+65
1999-02-19
parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...
Per Bothner
1
-12
/
+59
1999-02-19
Use new TRY_FINALLY_EXPR tree node.
Per Bothner
1
-546
/
+458
1999-02-16
[multiple changes]
Alexandre Petit-Bianco
1
-1704
/
+1679
1999-02-10
jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
Tom Tromey
1
-4
/
+4
1999-02-09
lex.c (java_lang_cloneable): Initialize.
Alexandre Petit-Bianco
1
-425
/
+435
1999-02-08
parse.h: DECL_P renamed JDECL_P.
Alexandre Petit-Bianco
1
-22
/
+34
1999-02-08
lex.c (java_read_char): Fixed utf8 decoding.
Alexandre Petit-Bianco
1
-33
/
+51
1999-02-02
parse.y (patch_method_invocation): Handle calling static methods...
Per Bothner
1
-7
/
+19
1999-01-29
parse.h (BUILD_APPEND): If ARG is a non-String object reference...
Tom Tromey
1
-4
/
+4
1999-01-23
Warning fixes:
Kaveh R. Ghazi
1
-438
/
+439
1999-01-19
java-tree.h: (check_for_initialization): Added prototype.
Alexandre Petit-Bianco
1
-13
/
+24
1999-01-18
parse.y (patch_binop): Do a type conversion from signed to unsigned and then ...
Andrew Haley
1
-4
/
+9
1999-01-16
expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...
Per Bothner
1
-2
/
+7
1999-01-13
expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...
Andrew Haley
1
-7
/
+7
1999-01-12
class.c (maybe_layout_super_class): Fixed returned value.
Alexandre Petit-Bianco
1
-442
/
+478
[next]