aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-12Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka1-44/+74
2003-02-10re PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))Eric Botcazou1-0/+6
2003-01-24Rename -W to -Wextra.Phil Edwards1-2/+2
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-3/+5
2003-01-03c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill1-0/+12
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-11-26* c-decl.c: (start_struct): Commonize flag setting.Nathan Sidwell1-12/+9
2002-11-20re PR c/8518 (ICE when compiling mplayer)Eric Botcazou1-2/+3
2002-11-10c-decl.c (grokdeclarator): Make error for duplicate type qualifiers into a pe...Joseph Myers1-1/+9
2002-10-19c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg1-1/+1
2002-10-09c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg1-19/+4
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-5/+5
2002-08-21re PR c/4319 (short accepted on typedef'd char)Joseph Myers1-6/+5
2002-08-17c-decl.c (flexible_array_type_p): New function.Joseph Myers1-0/+43
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-10/+16
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-262/+0
2002-08-07c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.Aldy Hernandez1-0/+14