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
2000-01-16
parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut ...
Anthony Green
1
-6
/
+6
2000-01-12
jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
Mumit Khan
1
-443
/
+435
2000-01-06
Makefile.in (LIBDEPS): Added gcc's errors.o
Alexandre Petit-Bianco
1
-475
/
+513
1999-12-31
class.c (assume_compiled, [...]): Add static prototype.
Kaveh R. Ghazi
1
-4
/
+3
1999-12-31
parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation.
Kaveh R. Ghazi
1
-626
/
+624
1999-12-01
Undo the last change I've checked in by accident.
Jan Hubicka
1
-230
/
+162
1999-12-01
i386.c (ix86_expand_move): Never add clobbers to move patterns.
Jan Hubicka
1
-162
/
+230
1999-12-01
re GNATS gcj/97 (Internal compiler error)
Alexandre Petit-Bianco
1
-163
/
+174
1999-11-09
parse.y (source_end_java_method): Resume permanent allocation, reversing Apr ...
Alexandre Petit-Bianco
1
-1
/
+2
1999-11-01
parse.y (method_header:): Issue error message for rule `type error'.
Alexandre Petit-Bianco
1
-1488
/
+1513
1999-11-01
re GNATS gcj/48 (Compiler fails to catch constructor problem)
Alexandre Petit-Bianco
1
-6
/
+14
1999-10-29
parse.y (expression_statement:): Call function to report improper invocation ...
Alexandre Petit-Bianco
1
-435
/
+442
1999-10-21
re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)
Alexandre Petit-Bianco
1
-5
/
+2
1999-10-21
re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...
Alexandre Petit-Bianco
1
-4
/
+18
1999-10-14
jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...
Kaveh R. Ghazi
1
-26
/
+34
1999-09-21
re GNATS gcj/46 (Static inializers compiled incorrectly)
Alexandre Petit-Bianco
1
-2
/
+2
1999-09-16
gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.
Kaveh R. Ghazi
1
-18
/
+18
1999-09-11
re GNATS gcj/18 (Internal error: segfault on invalid cast)
Alexandre Petit-Bianco
1
-1
/
+4
1999-09-03
parse.y (strip_out_static_field_access_decl): Return operand if it satisfies ...
Tom Tromey
1
-428
/
+428
1999-09-02
class.c (finish_class): Remove unused parameter, all callers changed.
Kaveh R. Ghazi
1
-1
/
+3
1999-08-26
re GNATS gcj/32 (A boolean expression containing two qualified expressions ma...
Alexandre Petit-Bianco
1
-8
/
+26
1999-08-25
gjavah.c (print_name, [...]): Add static prototype.
Kaveh R. Ghazi
1
-433
/
+436
1999-08-22
re GNATS gcj/30 (gcj not reporting unimplemented methods)
Alexandre Petit-Bianco
1
-7
/
+129
1999-08-19
re GNATS gcj/17 (Internal error: segfault on import-classname clash)
Alexandre Petit-Bianco
1
-7
/
+27
1999-08-18
[multiple changes]
Alexandre Petit-Bianco
1
-466
/
+599
1999-08-04
Warning fixes:
Kaveh R. Ghazi
1
-709
/
+651
1999-08-02
decl.c: Include defaults.h instead of expr.h.
Richard Henderson
1
-590
/
+657
1999-08-02
Jakub Jelinek <jj@ultra.linux.cz>
Jakub Jelinek
1
-1
/
+3
1999-07-31
Backport of GC branch patches part 1: kill eh status saving.
Bernd Schmidt
1
-429
/
+430
1999-07-30
Warning fixes:
Kaveh R. Ghazi
1
-5
/
+6
1999-07-21
lang.c (flag_use_divide_subroutine): New variable.
Andrew Haley
1
-6
/
+10
1999-07-20
re GNATS gcj/12 (gcj accepts invalid code where an exception must be caught/t...
Alexandre Petit-Bianco
1
-8
/
+28
1999-07-07
[multiple changes]
Alexandre Petit-Bianco
1
-9
/
+19
1999-06-25
[multiple changes]
Alexandre Petit-Bianco
1
-441
/
+520
1999-06-22
verify.c (verify_jvm_instructions): Check for pending blocks before invalid P...
Andrew Haley
1
-3
/
+3
1999-06-14
[multiple changes]
Alexandre Petit-Bianco
1
-24
/
+50
1999-06-07
parse.y (note_possible_classname): Mark returned node with QUALIFIED_P only i...
Alexandre Petit-Bianco
1
-1
/
+1
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
[next]