Age | Commit message (Expand) | Author | Files | Lines |
2004-07-22 | re PR c/11250 (-pedantic accepts `char a[] = ("x");') | Joseph Myers | 1 | -4/+6 |
2004-07-19 | c-tree.h (struct c_expr): Define. | Joseph Myers | 1 | -6/+15 |
2004-07-17 | langhooks.h (builtin_function): New langhook. | Joseph Myers | 1 | -0/+2 |
2004-07-08 | c-decl.c (static_ctors, [...]): Make static. | Zack Weinberg | 1 | -4/+0 |
2004-07-05 | langhooks.c: Don't include gt-langhooks.h. | Zack Weinberg | 1 | -1/+0 |
2004-07-05 | c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1. | Nathan Sidwell | 1 | -1/+1 |
2004-07-03 | c-decl.c (struct c_binding): Remove contour field; add depth, invisible, nest... | Zack Weinberg | 1 | -6/+2 |
2004-07-01 | re PR c/1027 (slightly misleading printf format warning) | Joseph Myers | 1 | -0/+2 |
2004-06-24 | c-decl.c (c_in_iteration_stmt, [...]): Remove. | Richard Henderson | 1 | -20/+14 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -1/+0 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -0/+1 |
2004-06-21 | c-common.c (verify_sequence_points): Export. | Richard Henderson | 1 | -1/+1 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 1 | -0/+3 |
2004-06-16 | c-common.h (c_begin_if_stmt, [...]): Remove decls. | Richard Henderson | 1 | -1/+1 |
2004-06-16 | c-parse.in (if_stmt_locus): Remove. | Richard Henderson | 1 | -4/+4 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -2/+20 |
2004-06-13 | c-typeck.c (comptypes, [...]): Remove flags parameter. | Joseph Myers | 1 | -6/+1 |
2004-06-06 | re PR c/13519 (typeof(nonconst+const) is const) | Joseph Myers | 1 | -0/+1 |
2004-06-01 | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 1 | -0/+1 |
2004-05-30 | c-decl.c (c_expand_body_1): Remove and fold back into ... | Andrew Pinski | 1 | -1/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -3/+14 |
2004-03-28 | re PR c/14734 (Error recovery problem with undeclared array bounds) | Zack Weinberg | 1 | -28/+4 |
2004-03-28 | c-tree.h (C_DECL_REGISTER): New. | Joseph Myers | 1 | -0/+5 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 1 | -46/+25 |
2004-02-29 | re PR middle-end/13448 (gcc 3.3.2, internal error when -O3 and trying to modi... | Mark Mitchell | 1 | -1/+1 |
2004-02-26 | c-decl.c (c_expand_deferred_function): Remove. | Kazu Hirata | 1 | -1/+0 |
2004-02-12 | c-parse.in (maybe_type_qual): Delete. | Zack Weinberg | 1 | -2/+2 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-03 | re PR c/11658 (Wrong error message) | Paolo Bonzini | 1 | -0/+1 |
2003-12-03 | c-parse.in (c_in_iteration_stmt, [...]): Move from here... | Eric Christopher | 1 | -0/+3 |
2003-11-24 | re PR c/13014 (if shortcut misses required diagnostics) | Eric Christopher | 1 | -4/+20 |
2003-11-12 | c-typeck.c (c_convert_parm_for_inlining): Add argnum... | Mike Stump | 1 | -1/+1 |
2003-09-25 | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 1 | -11/+3 |
2003-09-03 | Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. | Jan Hubicka | 1 | -1/+1 |
2003-08-30 | c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration. | Zack Weinberg | 1 | -2/+1 |
2003-08-30 | c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro. | Zack Weinberg | 1 | -0/+4 |
2003-08-29 | c-tree.h (C_DECL_FILE_SCOPE): Move ... | Richard Henderson | 1 | -5/+0 |
2003-08-05 | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 1 | -7/+0 |
2003-08-04 | c-common.c (flag_noniso_default_format_attributes): Delete. | Roger Sayle | 1 | -1/+0 |
2003-07-29 | c-decl.c (last_function_parm_vars, [...]): New static variables. | Zack Weinberg | 1 | -2/+1 |
2003-07-28 | c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl... | Hans-Peter Nilsson | 1 | -0/+1 |
2003-07-21 | c-common.h (num_in_fnames): Declare. | Geoffrey Keating | 1 | -0/+1 |
2003-07-19 | * c-decl.c (named_labels, shadowed_labels, label_level_chain) | Zack Weinberg | 1 | -3/+1 |
2003-07-18 | c-decl.c (pushdecl_function_level): Make static, return nothing. | Zack Weinberg | 1 | -2/+6 |
2003-07-17 | c-decl.c: Fix typos in several comments. | Zack Weinberg | 1 | -1/+1 |
2003-07-16 | re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ... | Andrew Pinski | 1 | -2/+1 |
2003-07-11 | Index: ChangeLog | Geoffrey Keating | 1 | -3/+17 |
2003-07-04 | c-aux-info.c: Include toplev.h after c-tree.h. | Kaveh R. Ghazi | 1 | -0/+5 |
2003-07-01 | c-tree.h (define_label): Replace filename and lineno arguments with a locatio... | Nathan Sidwell | 1 | -1/+1 |
2003-06-27 | c-tree.h (grokfield): Remove unused filename and line parameters. | Nathan Sidwell | 1 | -1/+1 |