Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-06-22 | c-lex.c: Convert to ISO C90. | Andreas Jaeger | 1 | -116/+110 |
2003-06-19 | c-tree.h: Remove declaration of poplevel. | Andreas Jaeger | 1 | -1/+0 |
2003-04-11 | c-decl.c (struct binding_level): Add shadowed_tags and function_body... | Zack Weinberg | 1 | -37/+29 |
2003-03-17 | c-tree.h (struct lang_identifier): Remove error_locus field. | Zack Weinberg | 1 | -5/+1 |
2003-03-08 | c-common.h (c_common_init, [...]): Update. | Neil Booth | 1 | -1/+1 |
2003-02-12 | Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time | Jan Hubicka | 1 | -0/+1 |
2002-09-16 | Index: gcc/ChangeLog | Geoffrey Keating | 1 | -1/+2 |
2002-09-07 | c-typeck.c (c_tree_expr_nonnegative_p): New function. | Ansgar Esztermann | 1 | -0/+1 |
2002-09-06 | c-lang.c (objc_is_id): New stub. | Ziemowit Laski | 1 | -0/+1 |
2002-09-03 | c-lang.c (recognize_objc_keyword): Remove, no longer used. | Stan Shebs | 1 | -1/+0 |
2002-08-15 | c-tree.h (skip_evaluation): Move declaration... | Alexandre Oliva | 1 | -5/+0 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -3/+3 |
2002-08-07 | Makefile.in (c-opts.o, [...]): Update. | Neil Booth | 1 | -1/+0 |
2002-08-01 | c-common.c: Define all C/ObjC/C++ warning and flag variables. | Neil Booth | 1 | -72/+0 |
2002-07-25 | c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining. | Gabriel Dos Reis | 1 | -1/+1 |
2002-07-16 | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 1 | -1/+0 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -11/+24 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 1 | -1/+1 |
2002-05-06 | c-common.c (warn_multichar): New. | Neil Booth | 1 | -4/+0 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -1/+0 |
2002-04-20 | Makefile.in: Update. | Neil Booth | 1 | -3/+3 |