| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR c/2820 (unnamed union inside unnamed struct changes rest of the struct) | Neil Booth | 2001-11-04 | 1 | -51/+43 |
* | re PR c/3170 (bogus "suggest parentheses" warning) | Neil Booth | 2001-11-01 | 1 | -0/+6 |
* | Localization fixes. | Paolo Bonzini | 2001-10-30 | 1 | -10/+19 |
* | ChangeLog.2, [...]: Fix spelling errors and typos. | Joseph Myers | 2001-10-29 | 1 | -2/+2 |
* | * c-parse.in (expr_no_commas, primary), c-typeck.c | Joseph Myers | 2001-10-29 | 1 | -6/+3 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | c-typeck.c (convert_arguments): When comparing for enumeral type equality, us... | Neil Booth | 2001-10-26 | 1 | -1/+2 |
* | c-common.h (struct c_common_identifier): Remove rid_code field. | Zack Weinberg | 2001-10-24 | 1 | -3/+21 |
* | c-common.c (warn_div_by_zero): New. | Neil Booth | 2001-10-23 | 1 | -0/+8 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -69/+68 |
* | c-common.c (c_format_attribute_table): Make format and format_arg attributes ... | Joseph Myers | 2001-10-02 | 1 | -2/+2 |
* | * c-typeck.c (digest_init): Check for sizeless arrays. | DJ Delorie | 2001-09-26 | 1 | -0/+1 |
* | c-typeck.c (really_start_incremental_init): Discriminate between zero-length ... | DJ Delorie | 2001-09-20 | 1 | -19/+11 |
* | * c-typeck.c (comptypes): Handle zero-length arrays properly. | Richard Henderson | 2001-09-15 | 1 | -6/+19 |
* | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 2001-09-13 | 1 | -1/+1 |
* | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 2001-09-12 | 1 | -2/+2 |
* | c-typeck.c (pointer_diff): Try to eliminate common term before doing conversi... | J"orn Rennecke | 2001-08-30 | 1 | -1/+37 |
* | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 2001-08-24 | 1 | -75/+0 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro parameter. | Graham Stott | 2001-08-08 | 1 | -1/+1 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2001-08-01 | 1 | -4/+4 |
* | c-typeck.c (build_binary_op): Do not shorten unsigned right shift after sign ... | Richard Henderson | 2001-07-17 | 1 | -13/+3 |
* | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 2001-07-07 | 1 | -2/+2 |
* | target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a... | Joseph Myers | 2001-06-29 | 1 | -5/+1 |
* | Makefile.in (TARGET_H, [...]): New. | Neil Booth | 2001-06-26 | 1 | -1/+2 |
* | c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P. | Kaveh R. Ghazi | 2001-06-12 | 1 | -2/+1 |
* | c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately ref... | Mark Mitchell | 2001-06-08 | 1 | -1/+2 |
* | re PR c/2735 (can't cast a union type defined by a typedef to itself) | Joseph Myers | 2001-06-05 | 1 | -1/+1 |
* | c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P. | John David Anglin | 2001-06-04 | 1 | -3/+1 |
* | c-typeck.c (digest_init): Issue error messages about invalid constants, not w... | Mark Mitchell | 2001-05-25 | 1 | -4/+11 |
* | c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c. | Neil Booth | 2001-05-11 | 1 | -0/+45 |
* | c-typeck.c (internal_build_compound_expr): Check for array to pointer convers... | Neil Booth | 2001-05-06 | 1 | -8/+4 |
* | c-common.c (c_promoting_integer_type_p): New function, from the corpse of old... | Richard Henderson | 2001-04-30 | 1 | -5/+2 |
* | c-typeck.c (convert_arguments): Don't check for width changes with -Wtraditio... | Kaveh R. Ghazi | 2001-04-17 | 1 | -11/+8 |
* | c-typeck.c (convert_arguments): -Wtraditional now activates -Wconversion warn... | Kaveh R. Ghazi | 2001-04-10 | 1 | -5/+16 |
* | * c-typeck.c (digest_init): Fold init expression. | Alan Modra | 2001-03-27 | 1 | -0/+2 |
* | c-typeck.c (common_type): push and pop binding level around calling common_ty... | Jakub Jelinek | 2001-02-05 | 1 | -0/+5 |
* | c-typeck.c (set_init_index): If first is equal to last, assume as if it was n... | Jakub Jelinek | 2001-01-31 | 1 | -10/+16 |
* | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 2001-01-28 | 1 | -1/+0 |
* | c-typeck.c (struct constructor_stack): Add range_stack member. | Jakub Jelinek | 2001-01-27 | 1 | -1/+13 |
* | * c-typeck.c (digest_init): Handle boolean types as scalars. | Joseph Myers | 2001-01-20 | 1 | -1/+1 |
* | c-typeck.c (store_init_value): Don't require constant initializer elements wi... | Jakub Jelinek | 2001-01-13 | 1 | -188/+584 |
* | c-decl.c (finish_struct): Detect flexible array members used in an inappropri... | Richard Henderson | 2001-01-04 | 1 | -17/+59 |
* | c-decl.c (grokdeclarator): Give zero-length arrays size zero. | Richard Henderson | 2001-01-03 | 1 | -23/+20 |
* | c-typeck.c (build_asm_stmt): New, broken out from ... | Richard Henderson | 2000-12-20 | 1 | -48/+82 |
* | c-typeck.c (build_conditional_expr): When merging type qualifiers for conditi... | Joseph Myers | 2000-11-20 | 1 | -10/+4 |
* | c-decl.c (grokdeclarator): Support flexible array members. | Richard Henderson | 2000-11-19 | 1 | -0/+10 |
* | stringpool.c: New file. | Zack Weinberg | 2000-11-17 | 1 | -3/+3 |
* | c-typeck.c (c_sizeof): Fold result to c_size_type_node. | Richard Henderson | 2000-11-14 | 1 | -37/+55 |
* | c-common.c (boolean_increment): New function. | Joseph Myers | 2000-11-13 | 1 | -16/+33 |