aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+1
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-897/+2
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle1-2/+1
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-09gjavah.c (error): Add ATTRIBUTE_PRINTF_1.Kaveh R. Ghazi1-0/+4
2005-05-10re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini1-1/+2
2005-03-06jcf-dump.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-06Remove xref code.Ranjit Mathew1-4/+0
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-7/+7
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner1-21/+40
2004-09-29java-tree.h: Redefine some macros and add soem declaration to handle the USE_...Per Bothner1-1/+1
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-2/+2
2004-08-01decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle1-3/+3
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay1-1/+1
2004-06-21tree-alias-common.h (struct tree_alias_ops): Change ip and ip_partial to unsi...Joseph Myers1-1/+1
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-5/+5
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-25Improve some comments.Per Bothner1-1/+1
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill1-1/+1
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-0/+1
2003-06-09tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell1-8/+0
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-1/+1
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-0/+8
2003-01-10Merge from pch-branch.Geoffrey Keating1-19/+14
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-21/+21
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-08-04Index: ChangeLogGeoffrey Keating1-1/+0
2002-04-17re PR java/6294 (private inner interface is flagged illegal)Bryce McKinlay1-1/+2
2002-03-26re PR java/5942 (tree check failure when compiling Classpath with strictfp St...Tom Tromey1-1/+1
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-4/+5
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-20parse.h (java_expand_switch): Remove old prototype.Roger Sayle1-1/+0
2001-11-08parse.y (trap_overflow_corner_case): New rule.Tom Tromey1-2/+5
2001-10-25mangle.c (static tree compression_table): Fixed leading comment.Alexandre Petit-Bianco1-1/+1
2001-09-21parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name.Alexandre Petit-Bianco1-18/+28
2001-09-11* parse.h (ctxp_for_generation): Mark extern.Richard Henderson1-1/+1
2001-07-31[multiple changes]Alexandre Petit-Bianco1-1/+1
2001-07-11[multiple changes]Alexandre Petit-Bianco1-2/+5
2001-05-25Standardize header guards.Richard Henderson1-3/+4
2001-05-01* parse.h (REGISTER_IMPORT): Use tree_cons instead of chainon.Per Bothner1-2/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-8/+0
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson1-7/+7
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-1/+1
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-1/+1
2001-03-17parse.h (JDEP_SOLV): Removed.Per Bothner1-1/+0
2001-03-15java-tree.h (BLOCK_IS_IMPLICIT): New flag.Per Bothner1-4/+0
2001-02-23Handle compiling multiple input files at once, and @FILE syntax.Per Bothner1-4/+3