aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek1-0/+3
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-0/+3
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-0/+35
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-0/+2
2001-12-17Makefile.in: Update dependencies.Neil Booth1-127/+2
2001-12-16c-common.c, c-common.h (back_end_hook): Remove.Neil Booth1-3/+0
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+2
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-232/+5
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-1/+3
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-22/+3
2001-11-20c-lang.c (finish_file): Backout 2001-11-16 changes...Jakub Jelinek1-23/+5
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill1-6/+0
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-0/+2
2001-11-16c-lang.c (finish_file): Don't emit static inline functions if they weren't re...Jakub Jelinek1-5/+30
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-7/+12
2001-11-14* c-lang.c (finish_file): Make I unsigned to eliminate warning.Richard Kenner1-1/+1
2001-11-12Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva1-0/+28
2001-11-09Makefile.in: Update.Neil Booth1-15/+4
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-10/+3
2001-11-06Clean up langhooksNeil Booth1-0/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-0/+3
2001-10-08langhooks.h: New file.Alexandre Oliva1-7/+20
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson1-1/+1
2001-10-05Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva1-0/+175
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-07-09* c-lang.c (start_cdtor): Remove extra parameter from start_function.Richard Kenner1-1/+1
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis1-1/+1
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-2/+10
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-1/+4
2001-03-20objc-act.c (maybe_objc_method_name): Remove, never called.Stan Shebs1-7/+0
2001-02-12c-decl.c (grokdeclarator): In C99 mode...Joseph Myers1-2/+3
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-4/+3
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-12/+5
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-8/+6
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-0/+1
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-1/+10
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-3/+1
2001-01-02c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger1-7/+18
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-2/+1
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+0
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-14/+3
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-0/+3
2000-11-07c-lang.c (start_cdtor, [...]): New functions.Richard Henderson1-38/+61
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-0/+3
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-4/+8
2000-09-07Integrated preprocessor.Zack Weinberg1-8/+2
2000-08-20c-lang.c: #include diagnostic.hGabriel Dos Reis1-0/+40
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-9/+0
2000-07-31c-decl.c (mesg_implicit_function_declaration): Init to -1.Zack Weinberg1-0/+9