summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.c (documented_lang_options): Document more language-specific options.Geoffrey Keating2002-03-051-143/+64
* * c-decl.c (start_decl): Initialized variables are not common.Richard Henderson2002-03-031-1/+1
* c-decl.c (finish_function): Only warn about missing return statement with -Wr...Jason Merrill2002-02-281-3/+4
* Makefile.in (integrate.o): Update.Neil Booth2002-02-281-2/+2
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-145/+16
* c-decl.c (pushdecl): If no global declaration is found for an extern declarat...Alexandre Oliva2002-02-201-3/+5
* re PR c++/5713 (Redeclaration causes ice in in make_decl_rtl, at varasm.c:835)Jakub Jelinek2002-02-201-0/+1
* * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.Richard Sandiford2002-02-151-2/+2
* re PR c/5503 (GCC ignores prototype)Jakub Jelinek2002-02-141-0/+16
* c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill2002-02-061-0/+31
* target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva2002-02-051-1/+2
* c-decl.c, [...]: Revert bitfield patch.Neil Booth2002-02-021-137/+114
* c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source...Zack Weinberg2002-02-011-0/+1
* c-decl.c (grokdeclarator): Handle type being a typedef for an invalid type.Joseph Myers2002-01-311-3/+8
* re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth2002-01-291-114/+137
* re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek2002-01-291-1/+1
* builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner2002-01-251-6/+5
* Added __attribute__((deprecated)) patches.Ira Ruben2002-01-101-2/+31
* c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson2002-01-051-5/+0
* c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill2002-01-021-1/+6
* re PR debug/5163 (Internal compiler error in add_abstract_origin_attribute, a...Richard Henderson2001-12-241-15/+34
* re PR c/5105 (compound literal patch broken with inlining)Joseph Myers2001-12-171-1/+3
* c-parse.in (typename): Do not split attributes.Aldy Hernandez2001-12-151-3/+11
* * c-decl.c (c_language): Remove duplicate.Richard Henderson2001-12-071-4/+0
* c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth2001-12-051-45/+72
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-5/+1
* c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's type is RECO...Jakub Jelinek2001-12-051-3/+24
* re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers2001-12-041-0/+53
* c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva2001-12-041-5/+6
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-1/+1
* * c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy.Richard Henderson2001-12-021-2/+4
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-3/+3
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-3/+3
* * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.Richard Henderson2001-11-301-0/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* c-decl.c (c_expand_deferred_function): Only call c_expand_body if fndecl is s...Jakub Jelinek2001-11-211-2/+7
* c-decl.c (c_decode_option): Give deprecation warning for -traditional.Joseph Myers2001-11-181-0/+1
* c-common.c (struct disabled_builtin, [...]): New.Joseph Myers2001-11-181-0/+2
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-1/+4
* cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka2001-11-141-2/+5
* Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva2001-11-121-6/+28
* Makefile.in: Update.Neil Booth2001-11-091-19/+1
* c-decl.c (pushdecl): Remove file and line.Neil Booth2001-11-071-8/+0
* c-decl.c (delete_block): Remove.Neil Booth2001-11-051-24/+0
* c-decl.c (pushdecl): Move block inside if conditional to remove possibility o...Neil Booth2001-11-031-7/+10
* Localization fixes.Paolo Bonzini2001-10-301-13/+33
* ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers2001-10-291-2/+2
* c-decl.c (finish_decl): Don't add DECL_STMTs for nested function prototypes.Jakub Jelinek2001-10-241-1/+2
* c-common.c (warn_div_by_zero): New.Neil Booth2001-10-231-0/+4
* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka2001-10-201-0/+4