| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-typeck.c (common_type): push and pop binding level around | jakub | 2001-02-05 | 1 | -0/+5 |
* | * c-typeck.c (set_init_index): If first is equal to last, assume as | jakub | 2001-01-31 | 1 | -10/+16 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -1/+0 |
* | * c-typeck.c (struct constructor_stack): Add range_stack member. | jakub | 2001-01-27 | 1 | -1/+13 |
* | * c-typeck.c (digest_init): Handle boolean types as scalars. | jsm28 | 2001-01-20 | 1 | -1/+1 |
* | * c-typeck.c (store_init_value): Don't require constant initializer | jakub | 2001-01-12 | 1 | -188/+584 |
* | * c-decl.c (finish_struct): Detect flexible array members | rth | 2001-01-05 | 1 | -17/+59 |
* | * c-decl.c (grokdeclarator): Give zero-length arrays size zero. | rth | 2001-01-04 | 1 | -23/+20 |
* | * c-typeck.c (build_asm_stmt): New, broken out from ... | rth | 2000-12-20 | 1 | -48/+82 |
* | * c-typeck.c (build_conditional_expr): When merging type | jsm28 | 2000-11-20 | 1 | -10/+4 |
* | * c-decl.c (grokdeclarator): Support flexible array members. | rth | 2000-11-19 | 1 | -0/+10 |
* | * stringpool.c: New file. | zack | 2000-11-17 | 1 | -3/+3 |
* | * c-typeck.c (c_sizeof): Fold result to c_size_type_node. | rth | 2000-11-14 | 1 | -37/+55 |
* | * c-common.c (boolean_increment): New function. | jsm28 | 2000-11-13 | 1 | -16/+33 |
* | * c-parse.in (initelt): Give appropriate pedantic warnings, | jsm28 | 2000-11-13 | 1 | -11/+2 |
* | Constant folding for builtins | bernds | 2000-11-01 | 1 | -1/+2 |
* | * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment | jsm28 | 2000-10-31 | 1 | -0/+3 |
* | * c-typeck.c (check_init_type_bitfields): Remove. | mmitchel | 2000-10-28 | 1 | -294/+20 |
* | * c-common.c (check_format_info_recurse): Extract string constant | jsm28 | 2000-10-20 | 1 | -6/+23 |
* | Improved sequence point warnings | bernds | 2000-10-17 | 1 | -130/+0 |
* | * c-typeck.c (check_modify_expr): New function. | jsm28 | 2000-10-11 | 1 | -0/+132 |
* | Patched code to generate warning when trying to perform static | wcohen | 2000-10-04 | 1 | -1/+2 |
* | * c-typeck.c (c_expand_asm_operands): Restore the output tree | rth | 2000-09-19 | 1 | -0/+4 |
* | * Makefile.in (c-common.o): Depend on diagnostic.h. | ghazi | 2000-09-19 | 1 | -1/+1 |
* | * c-typeck.c (c_start_case): Fix typo. | mmitchel | 2000-09-18 | 1 | -1/+1 |
* | * c-decl.c (grokdeclarator): Don't give a warning about defaulting | jsm28 | 2000-09-17 | 1 | -0/+2 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -35/+107 |
* | * c-typeck.c (process_init_element): Avoid union init warnings on | ghazi | 2000-09-12 | 1 | -1/+2 |
* | * c-common.h (add_stmt): Change prototype. | mmitchel | 2000-09-10 | 1 | -7/+4 |
* | * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o. | mmitchel | 2000-08-25 | 1 | -6/+1 |
* | * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional | ghazi | 2000-08-21 | 1 | -4/+3 |
* | In gcc/: | geoffk | 2000-08-13 | 1 | -8/+2 |
* | * c-typeck.c (process_init_element): For -Wtraditional, warn about | ghazi | 2000-08-09 | 1 | -0/+9 |
* | * c-common.c (combine_strings, check_format_info): Refer to ISO C | jsm28 | 2000-08-08 | 1 | -23/+23 |
* | * c-decl.c (mesg_implicit_function_declaration): Init to -1. | zack | 2000-07-31 | 1 | -3/+4 |
* | * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for | law | 2000-07-31 | 1 | -1/+1 |
* | * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn | law | 2000-07-23 | 1 | -1/+1 |
* | * c-decl.c (define_label): Warn about identifier conflicts with | ghazi | 2000-07-12 | 1 | -0/+4 |
* | 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com> | gdr | 2000-07-12 | 1 | -24/+0 |
* | * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P | zack | 2000-07-02 | 1 | -2/+2 |
* | 2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk> | rth | 2000-06-26 | 1 | -2/+27 |
* | 2000-06-26 J. David Anglin <dave@hiauly1.hia.nrc.ca> | gavin | 2000-06-26 | 1 | -1/+3 |
* | * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c. | zack | 2000-06-19 | 1 | -0/+92 |
* | toplevel: | zack | 2000-06-09 | 1 | -1/+1 |
* | 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com> | gdr | 2000-06-06 | 1 | -2/+4 |
* | * tree.h (VOID_TYPE_P): New macro. | nathan | 2000-06-05 | 1 | -15/+11 |
* | * alias.c (get_alias_set): If compnent is addressable, use alias | kenner | 2000-06-05 | 1 | -1/+0 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -0/+1 |
* | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | cagney | 2000-05-17 | 1 | -2/+2 |
* | top level: | zack | 2000-05-09 | 1 | -1/+1 |