aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-1/+2
2002-09-07c-typeck.c (c_tree_expr_nonnegative_p): New function.Ansgar Esztermann1-0/+1
2002-09-06c-lang.c (objc_is_id): New stub.Ziemowit Laski1-0/+1
2002-09-03c-lang.c (recognize_objc_keyword): Remove, no longer used.Stan Shebs1-1/+0
2002-08-15c-tree.h (skip_evaluation): Move declaration...Alexandre Oliva1-5/+0
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-3/+3
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-1/+0
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-72/+0
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis1-1/+1
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-1/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-11/+24
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+1
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-4/+0
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-1/+0
2002-04-20Makefile.in: Update.Neil Booth1-3/+3
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-0/+1
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-0/+1
2002-04-03re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson1-0/+1
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-0/+1
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-1/+1
2002-03-28c-decl.c (finish_function): New arg can_defer_p.Richard Henderson1-1/+1
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-0/+1
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-0/+1
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-1/+9
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek1-0/+1
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-1/+0
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-0/+1
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-4/+0
2002-02-06c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill1-0/+9
2002-01-11Tidy up - removed declarations of some unused functions, moved other declsNicola Pero1-17/+14
2002-01-08c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.Graham Stott1-13/+13
2001-12-17Makefile.in: Update dependencies.Neil Booth1-2/+5
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+1
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-0/+7
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-0/+1
2001-11-12Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva1-0/+3
2001-11-09Makefile.in: Update.Neil Booth1-0/+2
2001-11-05c-decl.c (delete_block): Remove.Neil Booth1-1/+0
2001-10-11calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-09acconfig.h: Fix comment formatting.Kazu Hirata1-3/+3
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson1-1/+6
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell1-1/+1
2001-08-27* c-tree.h: Add prototyp for c_sizeof_nowarn.Andreas Jaeger1-1/+2
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-9/+0
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-2/+1
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-3/+2
2001-06-05c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell1-2/+5
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-05-25c-parse.in (array_declarator): New.Joseph Myers1-0/+2