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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-28
re GNATS gcj/2 (Method call on null instance should throw NullPointerException)
Tom Tromey
1
-0
/
+10
2000-04-27
decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit>
Alexandre Petit-Bianco
1
-0
/
+1
2000-04-04
boehm.c (mark_reference_fields, set_bit): Prototype.
Kaveh R. Ghazi
1
-0
/
+2
2000-03-26
stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS...
Richard Kenner
1
-7
/
+11
2000-03-17
* Clean up usages of TREE_INT_CST_LOW.
Richard Kenner
1
-4
/
+2
2000-03-16
lang.c (flag_hash_synchronization): New global.
Tom Tromey
1
-6
/
+9
2000-03-16
decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.
Tom Tromey
1
-1
/
+5
2000-03-13
Added Java 1.1 language features.
Alexandre Petit-Bianco
1
-4
/
+6
2000-03-07
re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode)
Anthony Green
1
-3
/
+6
2000-03-07
tree.h (INT_CST_LT, [...]): Remove unneeded casts.
Richard Kenner
1
-2
/
+1
2000-03-07
decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...
Bryce McKinlay
1
-2
/
+5
2000-03-04
* decl.c (init_decl_processing): Initialize sizetype properly.
Per Bothner
1
-1
/
+2
2000-02-29
c-decl.c (current_function_decl): Move to toplev.c.
Martin v. Löwis
1
-4
/
+0
2000-02-26
Fix copyrights
Jeff Law
1
-1
/
+1
2000-02-26
expr.c (build_class_init): Mark the decl to be ignored by check_init.
Anthony Green
1
-0
/
+27
2000-02-22
parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to...
Alexandre Petit-Bianco
1
-1
/
+1
2000-02-09
decl.c (clear_binding_level): Remove excess initializer.
Andrew Haley
1
-3
/
+2
2000-02-09
java-except.h (struct eh_range): Add `expanded' field.
Andrew Haley
1
-3
/
+112
2000-01-21
buffer.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-5
/
+5
1999-12-10
parse.h (BUILD_THROW): Add support for sjlj-exceptions.
Andrew Haley
1
-7
/
+13
1999-12-09
> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w...
Anthony Green
1
-0
/
+9
1999-10-26
tree.h (BLOCK_TYPE_TAGS): Remove.
Mark Mitchell
1
-2
/
+0
1999-09-24
decl.c (insert_block): Removed unconditional `abort'.
Glenn Chambers
1
-1
/
+0
1999-09-24
Allow to distinguish between three classes of builtin functions
Bernd Schmidt
1
-30
/
+29
1999-09-10
Move declarations and building code for common tree nodes to tree.[ch]
Bernd Schmidt
1
-29
/
+3
1999-08-10
check-init.c (check_bool2_init, [...]): Add static prototypes.
Kaveh R. Ghazi
1
-3
/
+5
1999-08-02
decl.c: Include defaults.h instead of expr.h.
Richard Henderson
1
-1
/
+1
1999-08-02
Jakub Jelinek <jj@ultra.linux.cz>
Jakub Jelinek
1
-3
/
+3
1999-07-31
Backport of GC branch patches part 1: kill eh status saving.
Bernd Schmidt
1
-0
/
+1
1999-07-25
* decl.c (va_list_type_node): New.
Richard Henderson
1
-0
/
+2
1999-07-21
lang.c (flag_use_divide_subroutine): New variable.
Andrew Haley
1
-0
/
+25
1999-05-19
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+1
1999-05-11
parse.y (source_end_java_method): If the current method contains any exceptio...
Andrew Haley
1
-0
/
+10
1999-05-05
class.c (make_field_value): DECL_INITIAL may be a string literal...
Per Bothner
1
-0
/
+2
1999-04-26
class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.
Alexandre Petit-Bianco
1
-1
/
+2
1999-04-21
decl.c (predef_filenames, [...]): New globals
Alexandre Petit-Bianco
1
-0
/
+16
1999-04-05
class.c (add_method_1): Cast the argument of `bzero' to PTR.
Kaveh R. Ghazi
1
-1
/
+1
1999-03-27
parse.y (complete_loop_body): Rename to finish_loop_body.
Per Bothner
1
-0
/
+2
1999-03-21
Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...
Kaveh R. Ghazi
1
-5
/
+10
1999-02-26
typeck.c (convert_ieee_real_to_integer): Use save_expr instead of explicit bu...
Per Bothner
1
-22
/
+29
1999-02-21
decl.c (build_result_decl): New method.
Per Bothner
1
-5
/
+29
1999-01-23
Update copyrights for the last patch
Kaveh Ghazi
1
-1
/
+1
1999-01-23
Warning fixes:
Kaveh R. Ghazi
1
-5
/
+2
1998-12-11
expr.c (invoke_build_dtable): Renamed dtable -> vtable.
Tom Tromey
1
-3
/
+3
1998-12-10
decl.c (long_zero_node, [...]): New global variables, initialized.
Alexandre Petit-Bianco
1
-1
/
+12
1998-12-07
constants.c (find_methodref_index): When the class is an interface...
Per Bothner
1
-1
/
+1
1998-11-25
java-tree.h (end_params_node): Declare global.
Per Bothner
1
-22
/
+22
1998-11-18
class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
Alexandre Petit-Bianco
1
-10
/
+2
1998-11-15
decl.c (error_mark_node): New global.
Per Bothner
1
-2
/
+5
1998-11-12
Extensive changes.
Per Bothner
1
-0
/
+2
[next]