Age | Commit message (Expand) | Author | Files | Lines |
2000-08-24 | tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'. | Greg McGary | 1 | -9/+7 |
2000-08-21 | c-decl.c (duplicate_decls, [...]): Restrict -Wtraditional warnings to user code. | Kaveh R. Ghazi | 1 | -2/+2 |
2000-08-21 | c-tree.h (flag_hosted): Move declaration from here... | Joseph Myers | 1 | -0/+9 |
2000-08-10 | * c-decl.c: Fix formatting. | Kazu Hirata | 1 | -171/+189 |
2000-08-09 | c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS... | Joseph Myers | 1 | -15/+15 |
2000-08-06 | c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and CTI_UNSIGNED_PTR... | Joseph Myers | 1 | -0/+2 |
2000-08-04 | c-common.h (flag_isoc94): Declare. | Joseph Myers | 1 | -1/+9 |
2000-08-04 | stddef.h: Don't declare wint_t unless __need_wint_t. | Joseph Myers | 1 | -0/+6 |
2000-07-31 | c-decl.c (mesg_implicit_function_declaration): Init to -1. | Zack Weinberg | 1 | -10/+14 |
2000-07-31 | c-decl.c (get_parm_info): Don't treat 'const void'... | Joseph Myers | 1 | -1/+9 |
2000-07-27 | c-decl.c (finish_function): Don't treat 'main' specially unless flag_hosted. | Joseph Myers | 1 | -1/+5 |
2000-07-27 | c-decl.c (store_parm_decls): In C99 mode... | Joseph Myers | 1 | -1/+3 |
2000-07-26 | c-decl.c (finish_enum): Convert enumerations that fit in an `int' to `int'. | Alexandre Oliva | 1 | -3/+19 |
2000-07-18 | c-decl.c (duplicate_decls): Do not call make_var_volatile() in case of invali... | Alexandre Oliva | 1 | -1/+8 |
2000-07-13 | c-common.h (flag_digraphs): New. | Neil Booth | 1 | -2/+14 |
2000-07-12 | c-decl.c (define_label): Warn about identifier conflicts with labels in tradi... | Kaveh R. Ghazi | 1 | -0/+4 |
2000-07-12 | Warning fixes: | Kaveh R. Ghazi | 1 | -3/+3 |
2000-07-10 | c-common.h (build_stmt): Declare. | Benjamin Chelf | 1 | -1/+57 |
2000-07-10 | tree.h (STRIP_NOPS): Check for error_mark_node. | Jason Merrill | 1 | -1/+1 |
2000-07-01 | Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o. | Ben Chelf | 1 | -0/+70 |
2000-06-29 | c-decl.c, [...]: Include intl.h. | Zack Weinberg | 1 | -0/+1 |
2000-06-28 | c-decl.c: Mark strings for translation. | Philipp Thomas | 1 | -10/+14 |
2000-06-26 | [multiple changes] | Richard Henderson | 1 | -10/+11 |
2000-06-14 | tree.h (TYPE_USER_ALIGN, [...]): Define. | Jakub Jelinek | 1 | -3/+15 |
2000-06-07 | c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on error_mark_node. | Zack Weinberg | 1 | -2/+6 |
2000-06-06 | c-common.h (c_language_kind): New type. | Mark Mitchell | 1 | -0/+4 |
2000-06-05 | tree.h (VOID_TYPE_P): New macro. | Nathan Sidwell | 1 | -11/+10 |
2000-06-05 | alias.c (get_alias_set): If compnent is addressable, use alias set of component. | Richard Kenner | 1 | -8/+0 |
2000-06-02 | alias.c (struct alias_set_entry): New field has_zero_child. | Richard Kenner | 1 | -1/+2 |
2000-06-02 | alias.c (lang_get_alias_set): Remove. | Richard Henderson | 1 | -2/+0 |
2000-06-01 | * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing. | Richard Henderson | 1 | -2/+2 |
2000-05-31 | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 1 | -0/+13 |
2000-05-24 | c-decl.c (build_enumerator): Don't modify the value's type, convert it. | Alexandre Oliva | 1 | -2/+1 |
2000-05-23 | * c-decl.c (pushdecl): Invert sense of test for non-global types. | Zack Weinberg | 1 | -1/+1 |
2000-05-18 | c-common.h (enum c_tree_index): Add g77 type entries. | Chris Demetriou | 1 | -0/+49 |
2000-05-17 | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | Andrew Cagney | 1 | -3/+3 |
2000-05-09 | top level: | Zack Weinberg | 1 | -4/+4 |
2000-05-06 | c-decl.c: Include "tm_p.h". | Richard Henderson | 1 | -0/+1 |
2000-05-05 | c-common.c (decl_attributes): For TYPE_DECLs attach the attribute to the decl. | Catherine Moore | 1 | -0/+1 |
2000-04-18 | c-decl.c (mark_binding_level): Use 'for' instead of `while'. | Richard Kenner | 1 | -2/+2 |
2000-03-26 | c-convert.c (convert): Return if output or input type is ERROR_MARK. | Richard Kenner | 1 | -29/+36 |
2000-03-23 | builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | Theodore Papadopoulo | 1 | -1/+1 |
2000-03-21 | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 1 | -15/+16 |
2000-03-08 | c-common.h (make_fname_decl): Declare. | Nathan Sidwell | 1 | -0/+39 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -60/+55 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -5/+0 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 1 | -11/+10 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 1 | -8/+13 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -20/+5 |
2000-01-31 | c-decl.c (c_decode_option): Accept optional numeric argument to -Wformat and ... | Ulrich Drepper | 1 | -0/+2 |