summaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST isnathan2003-06-091-8/+6
* ��> 2003-06-07�� Anthony Green�� <green@redhat.com>green2003-06-081-6/+7
* gcc:ghazi2003-05-171-5/+2
* * class.c (layout_class_method): Set DECL_EXTERNAL.rth2003-05-131-9/+3
* PR java/10459:tromey2003-05-031-7/+14
* * input.h (lineno): Rename to ...nathan2003-05-011-31/+31
* * tree.c (build_constructor): New function.zack2003-04-131-1/+1
* 2003-04-10 Eric Blake <ebb9@email.byu.edu>ericb2003-04-101-19/+29
* * parse.y (create_interface): Call CHECK_DEPRECATED.tromey2003-03-251-0/+3
* * parse.y (resolve_inner_class): Error if qualifier is a primitivetromey2003-03-131-2/+9
* * parse.y (resolve_field_access): Initialize class if field istromey2003-03-111-0/+13
* * parse.y (jdep_resolve_class): Only check deprecation if we foundtromey2003-03-011-1/+1
* PR java/9695:tromey2003-02-281-5/+5
* * lang-options.h: Added -Wdeprecated.tromey2003-02-241-10/+43
* 2003-01-31 Andrew Haley <aph@redhat.com>aph2003-02-031-0/+59
* * parse.y (patch_assignment): Only transform the rhs of antromey2003-01-291-1/+1
* * parse.y (java_check_regular_methods): Check for construct aftertromey2003-01-281-11/+11
* * parse.y (method_header): Native method can't be strictfp.tromey2003-01-211-0/+12
* 2003-01-14 Andrew Haley <aph@redhat.com>aph2003-01-141-0/+37
* * All Files: Convert to ISO C style function definitions.ghazi2003-01-121-598/+282
* * parse.y (check_pkg_class_access): ANSIfy definition.neroden2003-01-101-4/+1
* * decl.c, parse-scan.y, parse.y: Don't cast return value ofghazi2003-01-101-6/+6
* * class.c, gjavah.c, parse.y, verify.c: Don't use PTR.ghazi2003-01-101-9/+9
* Merge from pch-branch.geoffk2003-01-101-64/+12
* * All Files: Remove PARAMS macro.ghazi2003-01-091-261/+250
* * jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG andghazi2003-01-091-10/+8
* * Make-lang.in, boehm.c, buffer.c,neroden2003-01-011-5/+6
* * class.c (build_static_field_ref): Check FIELD_FINAL.jsturm2002-12-231-5/+11
* 2002-12-18 Andrew Haley <aph@redhat.com>tromey2002-12-191-1/+5
* Merge basic-improvements-branch to trunkzack2002-12-161-3/+7
* 2002-12-05 Ranjit Mathew <rmathew@hotmail.com>aph2002-12-061-0/+2
* For PR java/8740:tromey2002-12-021-36/+57
* * parse.y (patch_binop): Cast right hand side of shift expressiontromey2002-11-221-0/+5
* Fix for PR java/7912:tromey2002-11-181-10/+7
* 2002-10-15 Andrew Haley <aph@redhat.com>aph2002-10-211-1/+7
* * parse.y (merge_string_cste): Add parentheses around & within |.ghazi2002-10-091-1/+1
* * parse.y (variable_declarator_id): Simplify error path fortromey2002-10-081-6/+1
* 2002-10-08 Andrew Haley <aph@redhat.com>aph2002-10-081-2/+5
* Fix string concatenation bug.green2002-10-081-2/+13
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-10/+10
* 2002-09-11 Per Bothner <per@bothner.com>tromey2002-09-111-16/+7
* 2002-09-09 Ranjit Mathew <rmathew@hotmail.com>tromey2002-09-091-8/+3
* * parse.y (try_builtin_assignconv): Allow narrowing primitivetromey2002-08-261-2/+5
* 2002-07-30 Andrew Haley <aph@cambridge.redhat.com>aph2002-08-161-0/+12
* 2002-08-13 Jesse Rosenstock <jmr@fulcrummicro.com>tromey2002-08-131-0/+6
* For PR libgcj/7073:tromey2002-07-021-1/+2
* * parse.y (check_modifiers, declare_local_variables): Avoidghazi2002-06-271-4/+6
* * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.ghazi2002-06-271-2/+4
* 2002-06-13 Akim Demaille <akim@epita.fr>tromey2002-06-131-6/+12
* * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.tromey2002-06-111-3/+94