Age | Commit message (Expand) | Author | Files | Lines |
2004-07-23 | c-decl.c (start_function): Form composite type of function types rather than ... | Joseph Myers | 1 | -1/+2 |
2004-07-22 | re PR c/15052 (gcc frontend accepts mismatched function declaration/defintion) | Joseph Myers | 1 | -18/+12 |
2004-07-21 | builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal. | Eric Christopher | 1 | -5/+3 |
2004-07-15 | * Fix for g++/15861 | Frank Ch. Eigler | 1 | -1/+1 |
2004-07-09 | c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m... | Zack Weinberg | 1 | -20/+43 |
2004-07-08 | c-decl.c (static_ctors, [...]): Make static. | Zack Weinberg | 1 | -15/+55 |
2004-07-08 | c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when... | Zack Weinberg | 1 | -4/+6 |
2004-07-08 | re PR c/2511 (-pedantic not warning about bitfield overflow) | Joseph Myers | 1 | -8/+17 |
2004-07-05 | langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg. | Richard Kenner | 1 | -1/+1 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -7/+0 |
2004-07-05 | langhooks.c: Don't include gt-langhooks.h. | Zack Weinberg | 1 | -16/+0 |
2004-07-03 | c-decl.c (struct c_binding): Remove contour field; add depth, invisible, nest... | Zack Weinberg | 1 | -82/+156 |
2004-07-02 | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 1 | -57/+9 |
2004-06-30 | function.h (struct function): Remove x_whole_function_mode_p. | Richard Henderson | 1 | -3/+0 |
2004-06-30 | tree.h (immediate_size_expand): Delete. | Richard Henderson | 1 | -18/+1 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -6/+10 |
2004-06-27 | re PR c/14963 (Unknown types cause ICE in function declarations) | Andrew Pinski | 1 | -1/+1 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -4/+4 |
2004-06-24 | c-decl.c (c_in_iteration_stmt, [...]): Remove. | Richard Henderson | 1 | -8/+14 |
2004-06-24 | c-decl.c (finish_function): Do not check for DEFAULT_MAIN_RETURN. | Ulrich Weigand | 1 | -5/+0 |
2004-06-22 | Radar #: 3701874 | Andrew Pinski | 1 | -0/+3 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -1/+1 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -1/+1 |
2004-06-21 | c-decl.c (start_function): Don't call make_decl_rtl. | Zack Weinberg | 1 | -7/+0 |
2004-06-20 | c-common.h (add_decl_stmt): Move to cp-tree.h. | Richard Henderson | 1 | -2/+2 |
2004-06-20 | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 1 | -1/+0 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 1 | -5/+6 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -49/+6 |
2004-06-13 | c-typeck.c (comptypes, [...]): Remove flags parameter. | Joseph Myers | 1 | -6/+5 |
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 |