summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
Commit message (Expand)AuthorAgeFilesLines
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-051-7/+0
* c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle2003-08-041-1/+0
* c-decl.c (last_function_parm_vars, [...]): New static variables.Zack Weinberg2003-07-291-2/+1
* c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson2003-07-281-0/+1
* c-common.h (num_in_fnames): Declare.Geoffrey Keating2003-07-211-0/+1
* * c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg2003-07-191-3/+1
* c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg2003-07-181-2/+6
* c-decl.c: Fix typos in several comments.Zack Weinberg2003-07-171-1/+1
* re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski2003-07-161-2/+1
* Index: ChangeLogGeoffrey Keating2003-07-111-3/+17
* c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi2003-07-041-0/+5
* c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2003-07-011-1/+1
* c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell2003-06-271-1/+1
* c-lex.c: Convert to ISO C90.Andreas Jaeger2003-06-221-116/+110
* c-tree.h: Remove declaration of poplevel.Andreas Jaeger2003-06-191-1/+0
* c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg2003-04-111-37/+29
* c-tree.h (struct lang_identifier): Remove error_locus field.Zack Weinberg2003-03-171-5/+1
* c-common.h (c_common_init, [...]): Update.Neil Booth2003-03-081-1/+1
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka2003-02-121-0/+1
* Index: gcc/ChangeLogGeoffrey Keating2002-09-161-1/+2
* c-typeck.c (c_tree_expr_nonnegative_p): New function.Ansgar Esztermann2002-09-071-0/+1
* c-lang.c (objc_is_id): New stub.Ziemowit Laski2002-09-061-0/+1
* c-lang.c (recognize_objc_keyword): Remove, no longer used.Stan Shebs2002-09-031-1/+0
* c-tree.h (skip_evaluation): Move declaration...Alexandre Oliva2002-08-151-5/+0
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-3/+3
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-071-1/+0
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-72/+0
* c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis2002-07-251-1/+1
* varargs.h: Replace with stub which issues #error.Zack Weinberg2002-07-161-1/+0
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-11/+24
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-1/+1
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-4/+0
* c-common.h (c_common_parse_file): Update.Neil Booth2002-04-251-1/+0
* Makefile.in: Update.Neil Booth2002-04-201-3/+3
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-0/+1
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2002-04-181-0/+1
* re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson2002-04-031-0/+1
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-0/+1
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-1/+1
* c-decl.c (finish_function): New arg can_defer_p.Richard Henderson2002-03-281-1/+1
* Makefile.in (attribs.o): Update.Neil Booth2002-03-271-0/+1
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-0/+1
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-1/+9
* re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek2002-03-191-0/+1
* c-common.h (yyparse, [...]): New.Neil Booth2002-03-171-1/+0
* Makefile.in (integrate.o): Update.Neil Booth2002-02-281-0/+1
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-4/+0
* c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill2002-02-061-0/+9
* Tidy up - removed declarations of some unused functions, moved other declsNicola Pero2002-01-111-17/+14
* c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.Graham Stott2002-01-081-13/+13