summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* c-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p.Diego Novillo2001-08-311-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-091-12/+8
* varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2001-08-061-3/+5
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-1/+1
* Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth2001-07-191-1/+2
* c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers2001-07-131-7/+7
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-143/+0
* target.h (struct gcc_target): Add insert_attributes.Joseph Myers2001-07-081-8/+0
* c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers2001-07-081-11/+10
* target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs2001-07-071-1/+1
* Makefile.in (TARGET_H, [...]): New.Neil Booth2001-06-261-1/+2