aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-13c-decl.c (diagnose_mismatched_decls): Improve error message.Eric Christopher1-35/+16
2004-06-07re PR middle-end/15666 ([unit-at-a-time] Gcc abort on valid code)Alexandre Oliva1-1/+1
2004-06-06re PR c/13519 (typeof(nonconst+const) is const)Joseph Myers1-1/+1
2004-05-31re PR c/15749 (--pedantic-errors behaves differently from --pedantic with C-c...Joseph Myers1-2/+2
2004-05-30c-decl.c (c_expand_body_1): Remove and fold back into ...Andrew Pinski1-58/+9
2004-05-28function.cc: New.Aldy Hernandez1-0/+1
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-1/+1
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-66/+163
2004-05-10c-decl.c (store_parm_decls_newstyle): Correct test for a nested function.Zack Weinberg1-2/+1
2004-05-09re PR c/15007 (crash when including precompiled header with -include)Zack Weinberg1-17/+21
2004-04-29c-decl.c (get_parm_info): Use the correct tag keywords when warning about typ...Richard Earnshaw1-2/+2
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-1/+7
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-1/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-7/+8
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-2/+2
2004-03-28re PR c/14734 (Error recovery problem with undeclared array bounds)Zack Weinberg1-6/+37
2004-03-28c-tree.h (C_DECL_REGISTER): New.Joseph Myers1-6/+26
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-1047/+993
2004-03-22re PR c/14069 (This input file lets gcc crash)Jakub Jelinek1-3/+12
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-4/+4
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-18c-decl.c (grokdeclarator): Do not complain about redeclaring visible "static"...Mark Mitchell1-1/+2
2004-03-10re PR c/14517 (change in behaviour wrt duplicate qualifiers)Richard Henderson1-13/+19
2004-03-09* c-decl.c (last_function_parms, last_function_parm_tags)Zack Weinberg1-126/+137
2004-03-04re PR c/13728 (Duplicate parameter names not detected)Zack Weinberg1-5/+18
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-2/+2
2004-02-26c-decl.c (c_expand_deferred_function): Remove.Kazu Hirata1-20/+0
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-4/+5
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg1-4/+8
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-23/+13
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi1-4/+4
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-23re PR c/18314 (Abnormal behavior in optimization)Zack Weinberg1-4/+8
2004-01-21c-decl.c (merge_decls): Kill different_binding_level and different_tu argumen...Zack Weinberg1-83/+24
2004-01-20c-decl.c (c_init_decl_processing): Set pedantic_lvalues to true unconditionally.Joseph Myers1-1/+1
2004-01-13re PR c/13656 (ICE after redeclaring size_t in the system headers)Zack Weinberg1-33/+48
2004-01-13c-decl.c (diagnose_mismatched_decls): Fix warning calls.Jan Hubicka1-2/+4
2004-01-11c-decl.c (diagnose_arglist_conflict): Add missing space to diagnostic messages.Zack Weinberg1-2/+2
2004-01-11c-decl.c (duplicate_decls): Break apart into...Zack Weinberg1-567/+524
2004-01-07re PR c/12165 (Typedef'ed variables ignore typedef's const qualifier)Joseph Myers1-5/+15
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka1-1/+2
2003-12-22c-decl.c (finish_function): Change order of checks.Andrew Pinski1-3/+3
2003-12-22re PR c/9163 (ICE in genrtl_compound_stmt at c-semantics.c:776 with c99 mode ...Andrew Pinski1-5/+9
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-7/+7
2003-12-18c-decl.c (check_bitfield_type_and_width): Remove enum special case suppressio...Richard Henderson1-4/+1
2003-12-17re PR c/3347 (Too large bitfields should be errors)Joseph Myers1-81/+101
2003-12-10re PR c/13134 (Visibility attribute is ignored)Matt Austern1-0/+13
2003-11-24re PR c/13014 (if shortcut misses required diagnostics)Eric Christopher1-40/+36