| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-decl.c (finish_function): Warn about a non-void function with | jason | 2002-02-06 | 1 | -0/+31 |
* | * target.h (struct gcc_target): Added ms_bitfield_layout_p. | aoliva | 2002-02-05 | 1 | -1/+2 |
* | * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield | neil | 2002-02-02 | 1 | -137/+114 |
* | * c-lex.c (yyparse): Call debug_hooks->start_source_file for | zack | 2002-02-01 | 1 | -0/+1 |
* | * c-decl.c (grokdeclarator): Handle type being a typedef for an | jsm28 | 2002-01-31 | 1 | -3/+8 |
* | PR c/3325 | neil | 2002-01-29 | 1 | -114/+137 |
* | PR other/1502: | jakub | 2002-01-29 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_strncpy): Use integer_zerop instead | kenner | 2002-01-25 | 1 | -6/+5 |
* | Added __attribute__((deprecated)) patches. | ira | 2002-01-10 | 1 | -2/+31 |
* | * c-decl.c (c_expand_body): Don't call outlining_inline_function. | rth | 2002-01-06 | 1 | -5/+0 |
* | * c-decl.c (c_expand_body): Call outlining_inline_function when | rth | 2002-01-02 | 1 | -1/+6 |
* | PR c/5163: | rth | 2001-12-24 | 1 | -15/+34 |
* | * c-common.def (COMPOUND_LITERAL_EXPR): Contain a DECL_STMT, not | jsm28 | 2001-12-17 | 1 | -1/+3 |
* | * c-parse.in (typename): Do not split attributes. | aldyh | 2001-12-15 | 1 | -3/+11 |
* | * c-decl.c (c_language): Remove duplicate. | rth | 2001-12-07 | 1 | -4/+0 |
* | * c-common.c (shadow_warning): New function, moved from cp/decl.c. | neil | 2001-12-05 | 1 | -45/+72 |
* | * attribs.c (handle_no_check_memory_usage_atribute): Deleted. | kenner | 2001-12-05 | 1 | -5/+1 |
* | * c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's | jakub | 2001-12-05 | 1 | -3/+24 |
* | * c-common.def (COMPOUND_LITERAL_EXPR): New. | jsm28 | 2001-12-04 | 1 | -0/+53 |
* | * c-decl.c (duplicate_decls): Revert rth's patch. If newdecl | aoliva | 2001-12-04 | 1 | -5/+6 |
* | * c-decl.c (grokdeclarator): Use ISO word. | neil | 2001-12-03 | 1 | -1/+1 |
* | * c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy. | rth | 2001-12-02 | 1 | -2/+4 |
* | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -3/+3 |
* | * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove | neil | 2001-12-01 | 1 | -3/+3 |
* | * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE. | rth | 2001-11-30 | 1 | -0/+1 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -1/+1 |
* | * c-decl.c (c_expand_deferred_function): Only call c_expand_body | jakub | 2001-11-21 | 1 | -2/+7 |
* | * c-decl.c (c_decode_option): Give deprecation warning for | jsm28 | 2001-11-18 | 1 | -0/+1 |
* | * c-common.c (struct disabled_builtin, disabled_builtins, | jsm28 | 2001-11-18 | 1 | -0/+2 |
* | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -1/+4 |
* | * cfglayout.c (fixup_fallthru_exit_predecesor): New static function. | hubicka | 2001-11-14 | 1 | -2/+5 |
* | * Makefile.in (c-lang.o): Depend on $(VARRAY_H). | aoliva | 2001-11-12 | 1 | -6/+28 |
* | * Makefile.in: Update. | neil | 2001-11-09 | 1 | -19/+1 |
* | * c-decl.c (pushdecl): Remove file and line. | neil | 2001-11-07 | 1 | -8/+0 |
* | * c-decl.c (delete_block): Remove. | neil | 2001-11-05 | 1 | -24/+0 |
* | * c-decl.c (pushdecl): Move block inside if conditional to remove | neil | 2001-11-03 | 1 | -7/+10 |
* | 2001-10-30 Paolo Bonzini <bonzini@gnu.org> | jsm28 | 2001-10-30 | 1 | -13/+33 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10, | jsm28 | 2001-10-29 | 1 | -2/+2 |
* | * c-decl.c (finish_decl): Don't add DECL_STMTs for nested function | jakub | 2001-10-24 | 1 | -1/+2 |
* | * c-common.c (warn_div_by_zero): New. | neil | 2001-10-23 | 1 | -0/+4 |
* | * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | hubicka | 2001-10-20 | 1 | -0/+4 |
* | * attribs.c (handle_noinline_attribute): New function. | aoliva | 2001-10-18 | 1 | -2/+53 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -61/+61 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -3/+3 |
* | * c-decl.c (grokfield): Make sure the only unnamed fields | dj | 2001-10-08 | 1 | -0/+12 |
* | * c-common.h (struct c_lang_decl): Add declared_inline. | rth | 2001-10-08 | 1 | -16/+40 |
* | config: | jsm28 | 2001-10-07 | 1 | -1/+1 |
* | * Makefile.in (c-decl.o): Depend on tree-inline.h. | aoliva | 2001-10-05 | 1 | -3/+21 |
* | * c-common.c (c_format_attribute_table): Make format and | jsm28 | 2001-10-02 | 1 | -0/+4 |
* | * attribs.c (decl_attributes): Possibly call | jsm28 | 2001-10-02 | 1 | -4/+19 |