aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-05toplev.c (documented_lang_options): Document more language-specific options.Geoffrey Keating1-143/+64
2002-03-03* c-decl.c (start_decl): Initialized variables are not common.Richard Henderson1-1/+1
2002-02-28c-decl.c (finish_function): Only warn about missing return statement with -Wr...Jason Merrill1-3/+4
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-2/+2
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-145/+16
2002-02-20c-decl.c (pushdecl): If no global declaration is found for an extern declarat...Alexandre Oliva1-3/+5
2002-02-20re PR c++/5713 (Redeclaration causes ice in in make_decl_rtl, at varasm.c:835)Jakub Jelinek1-0/+1
2002-02-15* c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.Richard Sandiford1-2/+2
2002-02-14re PR c/5503 (GCC ignores prototype)Jakub Jelinek1-0/+16
2002-02-06c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill1-0/+31
2002-02-05target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva1-1/+2
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-137/+114
2002-02-01c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source...Zack Weinberg1-0/+1
2002-01-31c-decl.c (grokdeclarator): Handle type being a typedef for an invalid type.Joseph Myers1-3/+8
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-114/+137
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-1/+1
2002-01-25builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner1-6/+5
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-2/+31
2002-01-05c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson1-5/+0
2002-01-02c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill1-1/+6
2001-12-24re PR debug/5163 (Internal compiler error in add_abstract_origin_attribute, a...Richard Henderson1-15/+34
2001-12-17re PR c/5105 (compound literal patch broken with inlining)Joseph Myers1-1/+3
2001-12-15c-parse.in (typename): Do not split attributes.Aldy Hernandez1-3/+11
2001-12-07* c-decl.c (c_language): Remove duplicate.Richard Henderson1-4/+0
2001-12-05c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth1-45/+72
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-5/+1
2001-12-05c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's type is RECO...Jakub Jelinek1-3/+24
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+53
2001-12-04c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva1-5/+6
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1
2001-12-02* c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy.Richard Henderson1-2/+4
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-3/+3
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-3/+3
2001-11-30* c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.Richard Henderson1-0/+1
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-21c-decl.c (c_expand_deferred_function): Only call c_expand_body if fndecl is s...Jakub Jelinek1-2/+7
2001-11-18c-decl.c (c_decode_option): Give deprecation warning for -traditional.Joseph Myers1-0/+1
2001-11-18c-common.c (struct disabled_builtin, [...]): New.Joseph Myers1-0/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-1/+4
2001-11-14cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka1-2/+5
2001-11-12Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva1-6/+28
2001-11-09Makefile.in: Update.Neil Booth1-19/+1
2001-11-07c-decl.c (pushdecl): Remove file and line.Neil Booth1-8/+0
2001-11-05c-decl.c (delete_block): Remove.Neil Booth1-24/+0
2001-11-03c-decl.c (pushdecl): Move block inside if conditional to remove possibility o...Neil Booth1-7/+10
2001-10-30Localization fixes.Paolo Bonzini1-13/+33
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-2/+2
2001-10-24c-decl.c (finish_decl): Don't add DECL_STMTs for nested function prototypes.Jakub Jelinek1-1/+2
2001-10-23c-common.c (warn_div_by_zero): New.Neil Booth1-0/+4
2001-10-20basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka1-0/+4