summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-18/+14
* Makfile.in: Remove traces of mbchar.Neil Booth2003-07-061-4/+0
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-051-119/+19
* c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2003-07-011-1/+1
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-1/+1
* * c-parse.in (yylexstring): Use a location_t.Nathan Sidwell2003-06-281-6/+5
* c-parse.in (%union): Replace filename & lineno with location.Nathan Sidwell2003-06-281-39/+27
* c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell2003-06-271-22/+26
* c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.Nathan Sidwell2003-05-211-28/+30
* c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell2003-05-211-6/+0
* re PR c/10675 (Compile time increases quadratically with struct size)Richard Henderson2003-05-111-14/+26
* c-parse.in (if_stmt_locus): New object.Gabriel Dos Reis2003-05-091-7/+7
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-7/+8
* * c-parse.in: Remove '%expect 32' directive in objc modeGabriel Dos Reis2003-01-281-3/+0