aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-22c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.Geoffrey Keating1-8/+22
2003-07-21c-common.h (num_in_fnames): Declare.Geoffrey Keating1-0/+17
2003-07-19* c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg1-265/+202
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-13/+9
2003-07-19c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-141/+209
2003-07-18c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg1-17/+41
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg1-125/+36
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-0/+50
2003-07-13c-decl.c (link_hash_hash): Avoid warning about casting pointer to integer of ...Andreas Jaeger1-1/+1
2003-07-11Index: ChangeLogGeoffrey Keating1-36/+244
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-1/+1
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi1-3/+2
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-13/+7
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-5/+5
2003-06-29c-decl.c (c_init_decl_processing): Use a location_t.Nathan Sidwell1-5/+5
2003-06-27c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell1-2/+1
2003-06-20c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.Neil Booth1-2/+2
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-19c-aux-info.c: Convert to ISO C99.Andreas Jaeger1-236/+133
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-2/+2
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-04c-decl.c (c_init_decl_processing): Clear input_file_name while building commo...J"orn Rennecke1-0/+8
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson1-0/+37
2003-05-22* c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.Richard Kenner1-1/+4
2003-05-19c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME of a function us...J"orn Rennecke1-6/+12
2003-05-13c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if the old decl had insta...Richard Henderson1-0/+9
2003-05-11re PR c/10675 (Compile time increases quadratically with struct size)Richard Henderson1-25/+59
2003-05-08c-decl.c (define_label): Tidy.Gabriel Dos Reis1-29/+19
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-10/+6
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-7/+7
2003-04-28c-decl.c (finish_decl): When prototype with asmspec is found for built-in...Jakub Jelinek1-4/+20
2003-04-18re PR c/9177 (-fdump-translation-unit: C front end deletes function_decl AST ...Alexander Sotirov1-1/+2
2003-04-17re PR c/10375 (Function-local external decls of builtins don't get attributes)Roger Sayle1-0/+2
2003-04-15c-decl.c (implicitly_declare): Copy declarations that are going to be placed ...Mark Mitchell1-1/+7
2003-04-15c-decl.c (grokdeclarator): Reject extern redeclarations of static variables.Mark Mitchell1-1/+16
2003-04-14tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle1-16/+2
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle1-0/+2
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg1-766/+543
2003-04-03stor-layout.c (do_type_align): New fn, split out from...Jason Merrill1-22/+0
2003-04-01re PR middle-end/9936 (ICE with local function and variable-length 2d array)Mark Mitchell1-1/+42
2003-03-31re PR java/10145 (java and c++ disagree about class layout)Jason Merrill1-12/+0
2003-03-26c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.Richard Henderson1-2/+7
2003-03-22c-common.c: Include intl.h.Zack Weinberg1-16/+11
2003-03-17c-tree.h (struct lang_identifier): Remove error_locus field.Zack Weinberg1-7/+26
2003-03-12re PR c/9928 (ICE on duplicate enum declaration)Eric Botcazou1-1/+2
2003-03-08inline-3.c: New test.Jan Hubicka1-1/+1
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-0/+2
2003-02-26objc-act.c: Include cgraph.hJan Hubicka1-1/+1
2003-02-22* c-decl.c (c_expand_body_1): Fix.Jan Hubicka1-0/+1
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-0/+1