| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'. | gkm | 2000-08-24 | 1 | -9/+7 |
* | * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional | ghazi | 2000-08-21 | 1 | -2/+2 |
* | * c-tree.h (flag_hosted): Move declaration from here... | jsm28 | 2000-08-21 | 1 | -0/+9 |
* | * c-decl.c: Fix formatting. | law | 2000-08-10 | 1 | -171/+189 |
* | * c-common.c (combine_strings, check_format_info): Refer to ISO C | jsm28 | 2000-08-08 | 1 | -15/+15 |
* | * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and | jsm28 | 2000-08-06 | 1 | -0/+2 |
* | * c-common.h (flag_isoc94): Declare. | jsm28 | 2000-08-04 | 1 | -1/+9 |
* | * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t. | jsm28 | 2000-08-04 | 1 | -0/+6 |
* | * c-decl.c (mesg_implicit_function_declaration): Init to -1. | zack | 2000-07-31 | 1 | -10/+14 |
* | * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile | law | 2000-07-31 | 1 | -1/+9 |
* | * c-decl.c (finish_function): Don't treat 'main' specially unless | law | 2000-07-27 | 1 | -1/+5 |
* | * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function | law | 2000-07-27 | 1 | -1/+3 |
* | * c-decl.c (finish_enum): Convert enumerations that fit in an | aoliva | 2000-07-26 | 1 | -3/+19 |
* | * c-decl.c (duplicate_decls): Do not call make_var_volatile() in | aoliva | 2000-07-18 | 1 | -1/+8 |
* | * c-common.h (flag_digraphs): New. | neil | 2000-07-13 | 1 | -2/+14 |
* | * c-decl.c (define_label): Warn about identifier conflicts with | ghazi | 2000-07-12 | 1 | -0/+4 |
* | Warning fixes: | ghazi | 2000-07-12 | 1 | -3/+3 |
* | 2000-07-10 Benjamin Chelf <chelf@codesourcery.com> | chelf | 2000-07-10 | 1 | -1/+57 |
* | * tree.h (STRIP_NOPS): Check for error_mark_node. | jason | 2000-07-10 | 1 | -1/+1 |
* | 2000-07-01 Benjamin Chelf <chelf@codesourcery.com> | chelf | 2000-07-02 | 1 | -0/+70 |
* | * c-decl.c, timevar.c, tlink.c: Include intl.h. | zack | 2000-06-29 | 1 | -0/+1 |
* | 2000-06-28 Philipp Thomas <pthomas@suse.de> | pthomas | 2000-06-28 | 1 | -10/+14 |
* | 2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk> | rth | 2000-06-26 | 1 | -10/+11 |
* | * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define. | jakub | 2000-06-14 | 1 | -3/+15 |
* | * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on | zack | 2000-06-07 | 1 | -2/+6 |
* | * c-common.h (c_language_kind): New type. | mmitchel | 2000-06-06 | 1 | -0/+4 |
* | * tree.h (VOID_TYPE_P): New macro. | nathan | 2000-06-05 | 1 | -11/+10 |
* | * alias.c (get_alias_set): If compnent is addressable, use alias | kenner | 2000-06-05 | 1 | -8/+0 |
* | * alias.c (struct alias_set_entry): New field has_zero_child. | kenner | 2000-06-03 | 1 | -1/+2 |
* | gcc/ | rth | 2000-06-03 | 1 | -2/+0 |
* | * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing. | rth | 2000-06-01 | 1 | -2/+2 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -0/+13 |
* | * c-decl.c (build_enumerator): Don't modify the value's type, | aoliva | 2000-05-24 | 1 | -2/+1 |
* | * c-decl.c (pushdecl): Invert sense of test for non-global types. | zack | 2000-05-23 | 1 | -1/+1 |
* | * c-common.h (enum c_tree_index): Add g77 type entries. | rth | 2000-05-18 | 1 | -0/+49 |
* | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | cagney | 2000-05-17 | 1 | -3/+3 |
* | top level: | zack | 2000-05-09 | 1 | -4/+4 |
* | * c-decl.c: Include "tm_p.h". | rth | 2000-05-07 | 1 | -0/+1 |
* | * c-common.c (decl_attributes): For TYPE_DECLs attach the | clm | 2000-05-05 | 1 | -0/+1 |
* | * c-decl.c (mark_binding_level): Use 'for' instead of `while'. | kenner | 2000-04-18 | 1 | -2/+2 |
* | * c-convert.c (convert): Return if output or input type is ERROR_MARK. | kenner | 2000-03-27 | 1 | -29/+36 |
* | * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | mmitchel | 2000-03-23 | 1 | -1/+1 |
* | gcc | nathan | 2000-03-21 | 1 | -15/+16 |
* | gcc: | nathan | 2000-03-08 | 1 | -0/+39 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -60/+55 |
* | * c-decl.c (current_function_decl): Move to toplev.c. | loewis | 2000-02-29 | 1 | -5/+0 |
* | * Eliminate DECL_FIELD_SIZE. | kenner | 2000-02-29 | 1 | -11/+10 |
* | * builtins.c (c_strlen): Use size_diffop and return ssizetype value. | kenner | 2000-02-27 | 1 | -8/+13 |
* | * c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | kenner | 2000-02-20 | 1 | -20/+5 |
* | * c-decl.c (c_decode_option): Accept optional numeric argument to | drepper | 2000-01-31 | 1 | -0/+2 |