summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-2/+2
* c-common.c (verify_sequence_points): Export.Richard Henderson2004-06-211-2/+2
* objc-act.h (get_object_reference): Rename to get_protocol_reference.David Ayers2004-06-211-2/+2
* c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson2004-06-201-3/+3
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-83/+61
* * c-parse.in: Unify Objective-C token names.David Ayers2004-06-171-33/+34
* c-common.h (c_begin_if_stmt, [...]): Remove decls.Richard Henderson2004-06-161-1/+1
* c-parse.in (if_stmt_locus): Remove.Richard Henderson2004-06-161-45/+17
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-3/+3
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-120/+57
* c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva2004-06-151-2/+2
* c-typeck.c (comptypes, [...]): Remove flags parameter.Joseph Myers2004-06-131-1/+1
* re PR c/14765 (ice-on-invalid-code, ICE while compiling ({}) expression)Joseph Myers2004-06-071-0/+1
* c-parse.in (OFFSETOF, [...]): New.Richard Henderson2004-06-011-20/+34
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-9/+9
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-9/+7
* PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg2004-03-231-81/+23
* target-supports.exp (check-iconv-available): New function.Eric Christopher2004-02-271-10/+27
* dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I...Zack Weinberg2004-02-121-1/+1
* c-parse.in (maybe_type_qual): Delete.Zack Weinberg2004-02-121-45/+67
* README.Portability: Change "ISO C89" to "ISO C90".Joseph Myers2004-02-081-2/+2
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-7/+0
* re PR c/11658 (Wrong error message)Paolo Bonzini2004-02-031-11/+11
* c-parse.in (extension): Use itype.Richard Henderson2004-01-261-9/+8
* function.c (allocate_struct_function): Do not initialize expr, emit and varasm.Jan Hubicka2004-01-221-3/+2
* c-parse.in (stmts_and_decls): Make label at end of compound statement a hard ...Joseph Myers2004-01-141-3/+3
* re PR c++/13275 (Implementation of offsetof macro)Mark Mitchell2003-12-161-0/+1
* re PR c++/10779 (Error cascade for unknown type in function prototype)Mark Mitchell2003-12-151-22/+1
* c-parse.in (c_in_iteration_stmt, [...]): Move from here...Eric Christopher2003-12-031-3/+0
* re PR c/10333 (typeof (bitfield) is accepted but doesn't work)Joseph Myers2003-11-291-1/+5
* re PR c/13014 (if shortcut misses required diagnostics)Eric Christopher2003-11-241-20/+43
* re PR c/11943 (Accepts invalid declaration "int x[2, 3];" in C99 mode)Joseph Myers2003-10-241-3/+3
* c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().Ziemowit Laski2003-10-151-2/+6
* /tmp/cvs001644Kelley Cook2003-10-021-1/+4
* cp-parse.in (objc_try_stmt): Do not specify a %type.Ziemowit Laski2003-09-251-1/+1
* MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski2003-09-251-160/+142
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-5/+5
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-5/+5
* invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger2003-09-151-0/+7
* Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka2003-09-031-5/+5
* c-decl.c (gettags, [...]): Delete.Zack Weinberg2003-08-011-1/+1
* c-decl.c (last_function_parm_vars, [...]): New static variables.Zack Weinberg2003-07-291-11/+1
* c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson2003-07-281-2/+5
* tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill2003-07-241-10/+10
* * c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg2003-07-191-5/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+5
* c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg2003-07-181-2/+2
* c-decl.c: Fix typos in several comments.Zack Weinberg2003-07-171-3/+3
* Index: ChangeLogGeoffrey Keating2003-07-111-13/+18
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-2/+2