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.y
Age
Commit message (
Expand
)
Author
Files
Lines
2001-07-11
[multiple changes]
Alexandre Petit-Bianco
1
-4
/
+13
2001-07-05
[multiple changes]
Alexandre Petit-Bianco
1
-4
/
+14
2001-07-03
parse.y (fix_constructors): Test if a CALL_EXPR invokes `this'.
Jeff Sturm
1
-1
/
+4
2001-06-27
class.c (set_super_info): Call `set_class_decl_access_flags.'
Alexandre Petit-Bianco
1
-2
/
+8
2001-06-20
class.c (java_hash_tree_node): Fixed indentation in leading comment.
Alexandre Petit-Bianco
1
-14
/
+31
2001-06-10
re PR java/2299 (Use of += for String arrays produces Segfault during compila...
Tom Tromey
1
-14
/
+32
2001-06-02
re PR java/2605 (gcj crashes on .java file containing byte.class.getClass())
Alexandre Petit-Bianco
1
-3
/
+9
2001-05-31
parse.y (lookup_field_wrapper): Test `name' code.
Alexandre Petit-Bianco
1
-5
/
+14
2001-05-30
parse.y (do_resolve_class): Check for cyclic inheritance during inner class r...
Bryce McKinlay
1
-6
/
+21
2001-05-12
java-tree.def (JAVA_EXC_OBJ_EXPR): New.
Richard Henderson
1
-3
/
+3
2001-05-08
re PR java/2538 (latest gcj no longer compiles apache xerces parser due probl...
Alexandre Petit-Bianco
1
-4
/
+9
2001-05-07
re PR java/2598 (Runtime crash regression accessing field from enclosing clas...
Alexandre Petit-Bianco
1
-10
/
+10
2001-05-01
parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_lis...
Per Bothner
1
-2
/
+2
2001-04-27
parse.y (java_expand_classes): Don't change ctxp_for_generation while iterati...
Per Bothner
1
-10
/
+8
2001-04-26
Fix method search wrt scope of inner classes to match JLS2.
Per Bothner
1
-22
/
+24
2001-04-20
Fixes to compile multiple .class files at once.
Per Bothner
1
-20
/
+3
2001-04-07
Fix for PR gcj/1404 and PR gcj/2332:
Tom Tromey
1
-3
/
+14
2001-04-06
parse.y (analyze_clinit_body): Return true if the second operand of a METHOD_...
Tom Tromey
1
-4
/
+3
2001-04-05
re PR java/1315 (Inner class initializer crash)
Alexandre Petit-Bianco
1
-14
/
+40
2001-04-05
parse.y (resolve_qualified_expression_name): Pass field's DECL_CONTEXT to `no...
Alexandre Petit-Bianco
1
-2
/
+2
2001-04-04
java-tree.h (CONSTANT_VALUE_P): New macro.
Per Bothner
1
-24
/
+37
2001-03-28
expr.c (pop_type_0): Call `concat' rather than building the string manually.
Kaveh R. Ghazi
1
-6
/
+9
2001-03-28
re PR java/2066 (Source parser segfault in resolve_package)
Alexandre Petit-Bianco
1
-2
/
+3
2001-03-28
IA-64 ABI Exception Handling.
Richard Henderson
1
-10
/
+5
2001-03-28
decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.
Richard Henderson
1
-9
/
+0
2001-03-27
* parse.y (source_end_java_method): Likewise.
Richard Henderson
1
-4
/
+4
2001-03-26
parse.y (find_as_inner_class): Follow current package indications not to mist...
Alexandre Petit-Bianco
1
-1
/
+12
2001-03-26
constants.c (PUTN): Use memcpy, not bcopy.
Kaveh R. Ghazi
1
-2
/
+2
2001-03-23
re PR java/1208 (Gcj can't compile a class file it generates.)
Per Bothner
1
-0
/
+4
2001-03-23
gcj.texi (Configure-time Options): Add -fcheck-references.
Andrew Haley
1
-25
/
+17
2001-03-21
re PR java/2333 (ICE in mark_reference_fields)
Alexandre Petit-Bianco
1
-1
/
+5
2001-03-19
Fixes to process to command-line .class files in two passes. See ChangeLog.
Per Bothner
1
-2
/
+7
2001-03-17
parse.h (JDEP_SOLV): Removed.
Per Bothner
1
-19
/
+5
2001-03-15
java-tree.h (BLOCK_IS_IMPLICIT): New flag.
Per Bothner
1
-4
/
+3
2001-03-15
jcf-parse.c (yyparse): Set/reset input_filename for source file.
Per Bothner
1
-0
/
+2
2001-03-15
parse.y (expand_start_java_method): Was only called once and had a misleading...
Per Bothner
1
-53
/
+38
2001-02-23
Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.
Per Bothner
1
-22
/
+26
2001-02-20
parse.y (check_inner_class_access): Moved declaration of local `enclosing_dec...
Alexandre Petit-Bianco
1
-1
/
+2
2001-02-19
parse.y (parser_check_super_interface): Don't call check_pkg_class_access for...
Bryce McKinlay
1
-41
/
+130
2001-02-19
typeck.c (build_java_array_type): Don't try to poke a public `clone' method i...
Bryce McKinlay
1
-1
/
+11
2001-02-14
[multiple changes]
Alexandre Petit-Bianco
1
-35
/
+48
2001-02-13
parse.y (resolve_qualified_expression_name): Try to resolve as an inner class...
Alexandre Petit-Bianco
1
-2
/
+3
2001-02-13
decl.c (classdollar_identifier_node): Initialize.
Alexandre Petit-Bianco
1
-6
/
+6
2001-02-05
parse.y (process_imports): Save the original name of the import for better er...
Alexandre Petit-Bianco
1
-2
/
+10
2001-02-04
diagnostic.h (set_internal_error_function): Renamed.
Richard Kenner
1
-22
/
+20
2001-02-01
jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.
Alexandre Petit-Bianco
1
-17
/
+7
2001-01-28
configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
Kaveh R. Ghazi
1
-1
/
+0
2001-01-25
ChangeLog (2001-01-21): Fixed typo.
Alexandre Petit-Bianco
1
-95
/
+17
2001-01-24
class.c (layout_class): Don't lay the superclass out if it's already being la...
Alexandre Petit-Bianco
1
-51
/
+10
2001-01-21
parse.y (method_header): Don't set the DECL_NAME of a FUNCTION_DECL to a EXPR...
Per Bothner
1
-10
/
+0
[next]