summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* attribs.c (handle_noinline_attribute): New function.Alexandre Oliva2001-10-181-2/+53
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-61/+61
* calls.c: Fix formatting.Kazu Hirata2001-10-101-3/+3
* c-decl.c (grokfield): Make sure the only unnamed fields we're allowing are ei...DJ Delorie2001-10-081-0/+12
* c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson2001-10-081-16/+40
* acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers2001-10-071-1/+1
* Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-3/+21
* c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers2001-10-021-0/+4
* attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers2001-10-021-4/+19
* Table-driven attributes.Joseph Myers2001-09-211-9/+42
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1