summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* c-decl.c (c_init_decl_processing): Move generation of decls for g77_integer_t...Toon Moene2002-04-101-49/+0
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-1/+1
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-2/+2
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-3/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-6/+7
* c-decl.c (finish_function): New arg can_defer_p.Richard Henderson2002-03-281-3/+5
* Makefile.in (attribs.o): Update.Neil Booth2002-03-271-1/+1
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-1/+1
* c-decl.c (maybe_build_cleanup): Remove.Neil Booth2002-03-251-11/+0
* Removal of separate preprocessor cpp0.Neil Booth2002-03-241-0/+4
* c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson2002-03-221-0/+2
* c-decl.c: Include c-pragma.h.Richard Henderson2002-03-141-3/+15
* 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