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