aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-7/+7
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-143/+0
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-8/+0
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-11/+10
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-1/+2
2001-06-12c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.Kaveh R. Ghazi1-2/+1
2001-06-11re PR c/3116 (Bug with using oldstyle prototype declarations)Joseph Myers1-3/+5
2001-06-11c-decl.c (xref_tag): Don't return previous tags of wrong type.Joseph Myers1-5/+12
2001-06-08c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately ref...Mark Mitchell1-2/+8
2001-06-06c-semantics.c (genrtl_scope_stmt): Write out nested inline functions here, in...Mark Mitchell1-13/+2
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-9/+2
2001-06-05c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell1-5/+28
2001-06-04c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.John David Anglin1-4/+2
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth1-2/+0
2001-05-25builtins.def: Encode additional information, such as names and types, here.Mark Mitchell1-30/+0
2001-05-25c-parse.in (array_declarator): New.Joseph Myers1-0/+114
2001-05-21c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for non-register varia...Mark Mitchell1-2/+21
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-12/+12
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson1-1/+1
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-33/+19
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-5/+4
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-2/+2
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-4/+4
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-3/+3
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-4/+4
2001-02-26c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope definit...Jason Merrill1-3/+11
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner1-0/+4
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-18/+20
2001-02-16dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill1-0/+13
2001-02-12c-decl.c (grokdeclarator): In C99 mode...Joseph Myers1-1/+2
2001-02-07c-decl.c (finish_enum): Revert part of 2000-01-05 change.Jakub Jelinek1-5/+11
2001-01-31c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type.Joseph Myers1-5/+13
2001-01-30c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type) is not NULL.Neil Booth1-1/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-25c-decl.c (duplicate_decls): If different_binding_level is nonzero...J"orn Rennecke1-5/+11
2001-01-13c-decl.c (start_function): Don't warn if old prototype is builtin that's not ...Richard Kenner1-2/+8
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2001-01-07builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh R. Ghazi1-1/+1
2001-01-04c-decl.c (finish_struct): Detect flexible array members used in an inappropri...Richard Henderson1-2/+20