summaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Update dependencies.neil2001-12-171-127/+2
* * c-common.c, c-common.h (back_end_hook): Remove.neil2001-12-161-3/+0
* * c-common.def (COMPOUND_LITERAL_EXPR): New.jsm282001-12-041-0/+2
* * cpphash.c (_cpp_init_hashtable): Update.neil2001-11-271-232/+5
* * Makefile.in (c-lang.o): Depends on langhooks-def.h.kenner2001-11-271-1/+3
* * cppfiles.c (stack_include_file): Don't optimize zero-lengthneil2001-11-261-22/+3
* * c-lang.c (finish_file): Backout 2001-11-16jakub2001-11-201-23/+5
* * cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementingjason2001-11-191-6/+0
* * Makefile.in (c-parse.o, c-common.o): Update dependencies.neil2001-11-181-0/+2
* * c-lang.c (finish_file): Don't emit static inline functions ifjakub2001-11-161-5/+30
* * c-common.c: Include c-lex.h.neil2001-11-151-7/+12
* * c-lang.c (finish_file): Make I unsigned to eliminate warning.kenner2001-11-141-1/+1
* * Makefile.in (c-lang.o): Depend on $(VARRAY_H).aoliva2001-11-121-0/+28
* * Makefile.in: Update.neil2001-11-091-15/+4
* * c-lang.c (LANG_HOOKS_NAME): New.neil2001-11-091-10/+3
* * alias.c:: Include langhooks.h.neil2001-11-061-0/+1
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-231-0/+3
* * langhooks.h: New file.aoliva2001-10-081-7/+20
* * c-common.h (struct c_lang_decl): Add declared_inline.rth2001-10-081-1/+1
* * Makefile.in (c-decl.o): Depend on tree-inline.h.aoliva2001-10-051-0/+175
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * c-lang.c (start_cdtor): Remove extra parameter from start_function.kenner2001-07-091-1/+1
* * toplev.c (decode_f_option): Adjust setting.gdr2001-06-261-1/+1
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-051-2/+10
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-1/+4
* 2001-03-19 Stan Shebs <shebs@apple.com>shebs2001-03-201-7/+0
* * c-decl.c (grokdeclarator): In C99 mode, give the more specificjsm282001-02-121-2/+3
* * tree.c, tree.h (build_parse_node): Remove; was identical tojsm282001-01-291-4/+3
* * c-lang.c (lang_hooks): Update.neil2001-01-101-12/+5
* * c-lang.c (lang_hooks): Update.neil2001-01-091-8/+6
* * c-lang.c (c_post_options): Call cpp_post_options.neil2001-01-071-0/+1
* * toplev.c (main): Call the front-end specific post_optionsneil2001-01-071-1/+10
* * c-common.c (c_common_lang_init): New function. Warn if formatjsm282001-01-031-3/+1
* * c-decl.c (c_decode_option): Remove support ofaj2001-01-021-7/+18
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-2/+1
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-1/+0
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-14/+3
* * c-lang.c (lang_init_options): Update call toneil2000-11-201-1/+1
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-0/+3
* * c-lang.c (start_cdtor, finish_cdtor): New functions.rth2000-11-081-38/+61
* * c-common.c (back_end_hook): New variable.mmitchel2000-10-181-0/+3
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-4/+8
* Integrated preprocessor.zack2000-09-071-8/+2
* * c-lang.c: #include diagnostic.hgdr2000-08-201-0/+40
* * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack2000-08-041-9/+0
* * c-decl.c (mesg_implicit_function_declaration): Init to -1.zack2000-07-311-0/+9
* * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.zack2000-06-191-0/+9
* Copyright fixes.law2000-02-261-1/+2
* * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,zack2000-01-251-2/+2
* * c-common.c: PROTO -> PARAMS.ghazi2000-01-121-2/+2