summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.Richard Kenner2003-05-221-1/+4
* c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME of a function us...J"orn Rennecke2003-05-191-6/+12
* c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if the old decl had insta...Richard Henderson2003-05-131-0/+9
* re PR c/10675 (Compile time increases quadratically with struct size)Richard Henderson2003-05-111-25/+59
* c-decl.c (define_label): Tidy.Gabriel Dos Reis2003-05-081-29/+19
* c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell2003-05-031-10/+6
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-7/+7
* c-decl.c (finish_decl): When prototype with asmspec is found for built-in...Jakub Jelinek2003-04-281-4/+20
* re PR c/9177 (-fdump-translation-unit: C front end deletes function_decl AST ...Alexander Sotirov2003-04-181-1/+2
* re PR c/10375 (Function-local external decls of builtins don't get attributes)Roger Sayle2003-04-171-0/+2
* c-decl.c (implicitly_declare): Copy declarations that are going to be placed ...Mark Mitchell2003-04-151-1/+7
* c-decl.c (grokdeclarator): Reject extern redeclarations of static variables.Mark Mitchell2003-04-151-1/+16
* tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle2003-04-141-16/+2
* builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle2003-04-141-0/+2
* c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg2003-04-111-766/+543
* stor-layout.c (do_type_align): New fn, split out from...Jason Merrill2003-04-031-22/+0
* re PR middle-end/9936 (ICE with local function and variable-length 2d array)Mark Mitchell2003-04-011-1/+42
* re PR java/10145 (java and c++ disagree about class layout)Jason Merrill2003-03-311-12/+0
* c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.Richard Henderson2003-03-261-2/+7
* c-common.c: Include intl.h.Zack Weinberg2003-03-221-16/+11
* c-tree.h (struct lang_identifier): Remove error_locus field.Zack Weinberg2003-03-171-7/+26
* re PR c/9928 (ICE on duplicate enum declaration)Eric Botcazou2003-03-121-1/+2
* inline-3.c: New test.Jan Hubicka2003-03-081-1/+1
* params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff2003-03-021-0/+2
* objc-act.c: Include cgraph.hJan Hubicka2003-02-261-1/+1
* * c-decl.c (c_expand_body_1): Fix.Jan Hubicka2003-02-221-0/+1
* expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka2003-02-221-0/+1
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka2003-02-121-44/+74
* re PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))Eric Botcazou2003-02-101-0/+6
* Rename -W to -Wextra.Phil Edwards2003-01-241-2/+2
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-2/+2
* Merge from pch-branch.Geoffrey Keating2003-01-101-3/+5
* c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill2003-01-031-0/+12
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* * c-decl.c: (start_struct): Commonize flag setting.Nathan Sidwell2002-11-261-12/+9
* re PR c/8518 (ICE when compiling mplayer)Eric Botcazou2002-11-201-2/+3
* c-decl.c (grokdeclarator): Make error for duplicate type qualifiers into a pe...Joseph Myers2002-11-101-1/+9
* c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg2002-10-191-1/+1
* c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg2002-10-091-19/+4
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-5/+5
* re PR c/4319 (short accepted on typedef'd char)Joseph Myers2002-08-211-6/+5
* c-decl.c (flexible_array_type_p): New function.Joseph Myers2002-08-171-0/+43
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-10/+16
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-071-262/+0
* c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.Aldy Hernandez2002-08-071-0/+14
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-144/+0
* builtins.def [...]: Require an explicit ATTRS argument.Roger Sayle2002-07-281-4/+0
* c-decl.c (c_decode_option): No need to handle switches cpplib handles.Neil Booth2002-07-251-8/+1
* * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.Jakub Jelinek2002-07-221-0/+1