aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
AgeCommit message (Expand)Author
2002-09-06c-lang.c (objc_is_id): New stub.Ziemowit Laski
2002-09-03c-lang.c (recognize_objc_keyword): Remove, no longer used.Stan Shebs
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth
2002-07-26c-dump.c: Resurrect.Jason Merrill
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth
2002-04-20Makefile.in: Update.Neil Booth
2002-04-19builtins.c: Include langhooks.h.Neil Booth
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth
2002-04-03re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2002-03-27Makefile.in (attribs.o): Update.Neil Booth
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi
2002-02-28Makefile.in (integrate.o): Update.Neil Booth
2001-12-17Makefile.in: Update dependencies.Neil Booth
2001-12-16c-common.c, c-common.h (back_end_hook): Remove.Neil Booth
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth
2001-11-20c-lang.c (finish_file): Backout 2001-11-16 changes...Jakub Jelinek
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth
2001-11-16c-lang.c (finish_file): Don't emit static inline functions if they weren't re...Jakub Jelinek
2001-11-15c-common.c: Include c-lex.h.Neil Booth
2001-11-14* c-lang.c (finish_file): Make I unsigned to eliminate warning.Richard Kenner
2001-11-12Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva
2001-11-09Makefile.in: Update.Neil Booth
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth
2001-11-06Clean up langhooksNeil Booth
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner
2001-10-08langhooks.h: New file.Alexandre Oliva
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson
2001-10-05Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-07-09* c-lang.c (start_cdtor): Remove extra parameter from start_function.Richard Kenner
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell