aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-18attribs.c (handle_noinline_attribute): New function.Alexandre Oliva1-2/+53
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-61/+61
2001-10-10calls.c: Fix formatting.Kazu Hirata1-3/+3
2001-10-08c-decl.c (grokfield): Make sure the only unnamed fields we're allowing are ei...DJ Delorie1-0/+12
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson1-16/+40
2001-10-07acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers1-1/+1
2001-10-05Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva1-3/+21
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-0/+4
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers1-4/+19
2001-09-21Table-driven attributes.Joseph Myers1-9/+42
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-31c-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p.Diego Novillo1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-12/+8
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson1-3/+5
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-1/+2