alias.c: Fix typos in comments.
[gcc.git] / gcc / c-typeck.c
2001-09-16 Richard Henderson* c-typeck.c (comptypes): Handle zero-length arrays...
2001-09-13 Kaveh R. Ghazic-parse.in (yyerror): Const-ification and/or static...
2001-09-12 Kaveh R. Ghazic-common.c (c_tree_code_name): Const-ification.
2001-08-30 J"orn Renneckec-typeck.c (pointer_diff): Try to eliminate common...
2001-08-24 Jason Merrillc-common.c (c_alignof, [...]): Move here...
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-08 Graham Stottc-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and...
2001-08-01 Kazu Hirataalias.c: Fix comment formatting.
2001-07-17 Richard Hendersonc-typeck.c (build_binary_op): Do not shorten unsigned...
2001-07-07 Stan Shebstarget.h (targetm): Rename global from "target", so...
2001-06-29 Joseph Myerstarget.h (struct gcc_target): Add comp_type_attributes...
2001-06-26 Neil BoothMakefile.in (TARGET_H, [...]): New.
2001-06-12 Kaveh R. Ghazic-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.
2001-06-08 Mark Mitchellc-decl.c (grokdeclarator): Make the TREE_TYPE for decla...
2001-06-05 Joseph Myersre PR c/2735 (can't cast a union type defined by a...
2001-06-04 John David Anglinc-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.
2001-05-25 Mark Mitchellc-typeck.c (digest_init): Issue error messages about...
2001-05-11 Neil Boothc-common.c (finish_label_expr): New function, lifted...
2001-05-06 Neil Boothc-typeck.c (internal_build_compound_expr): Check for...
2001-04-30 Richard Hendersonc-common.c (c_promoting_integer_type_p): New function...
2001-04-17 Kaveh R. Ghazic-typeck.c (convert_arguments): Don't check for width...
2001-04-10 Kaveh R. Ghazic-typeck.c (convert_arguments): -Wtraditional now activ...
2001-03-27 Alan Modra* c-typeck.c (digest_init): Fold init expression.
2001-02-05 Jakub Jelinekc-typeck.c (common_type): push and pop binding level...
2001-01-31 Jakub Jelinekc-typeck.c (set_init_index): If first is equal to last...
2001-01-28 Kaveh R. Ghaziconfigure.in: Arrange to include defaults.h in [ht...
2001-01-27 Jakub Jelinekc-typeck.c (struct constructor_stack): Add range_stack...
2001-01-20 Joseph Myers* c-typeck.c (digest_init): Handle boolean types as...
2001-01-12 Jakub Jelinekc-typeck.c (store_init_value): Don't require constant...
2001-01-05 Richard Hendersonc-decl.c (finish_struct): Detect flexible array members...
2001-01-04 Richard Hendersonc-decl.c (grokdeclarator): Give zero-length arrays...
2000-12-20 Richard Hendersonc-typeck.c (build_asm_stmt): New, broken out from ...
2000-11-20 Joseph Myersc-typeck.c (build_conditional_expr): When merging type...
2000-11-19 Richard Hendersonc-decl.c (grokdeclarator): Support flexible array members.
2000-11-17 Zack Weinbergstringpool.c: New file.
2000-11-14 Richard Hendersonc-typeck.c (c_sizeof): Fold result to c_size_type_node.
2000-11-13 Joseph Myersc-common.c (boolean_increment): New function.
2000-11-13 Joseph Myersc-parse.in (initelt): Give appropriate pedantic warnings...
2000-11-01 Bernd SchmidtConstant folding for builtins
2000-10-31 Joseph Myersc-typeck.c (build_unary_op): If pedantic, pedwarn for...
2000-10-28 Mark Mitchellc-typeck.c (check_init_type_bitfields): Remove.
2000-10-20 Joseph Myersc-common.c (check_format_info_recurse): Extract string...
2000-10-17 Bernd SchmidtImproved sequence point warnings
2000-10-11 Joseph Myersc-typeck.c (check_modify_expr): New function.
2000-10-04 Will CohenPatched code to generate warning when trying to perform...
2000-09-19 Richard Hendersonc-typeck.c (c_expand_asm_operands): Restore the output...
2000-09-19 Kaveh R. GhaziMakefile.in (c-common.o): Depend on diagnostic.h.
2000-09-18 Mark Mitchell* c-typeck.c (c_start_case): Fix typo.
2000-09-17 Joseph Myersc-decl.c (grokdeclarator): Don't give a warning about...
2000-09-17 Mark Mitchellsplay-tree.c (splay_tree_predecessor): Fix typo in...
2000-09-12 Kaveh R. Ghazic-typeck.c (process_init_element): Avoid union init...
2000-09-10 Mark Mitchellc-common.h (add_stmt): Change prototype.
2000-08-25 Mark MitchellMakefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-21 Kaveh R. Ghazic-decl.c (duplicate_decls, [...]): Restrict -Wtradition...
2000-08-13 Geoff KeatingIn gcc/:
2000-08-09 Kaveh R. Ghazic-typeck.c (process_init_element): For -Wtraditional...
2000-08-08 Joseph Myersc-common.c (combine_strings, [...]): Refer to ISO C...
2000-07-31 Zack Weinbergc-decl.c (mesg_implicit_function_declaration): Init...
2000-07-31 Joseph Myersc-typeck.c (build_c_cast): Change -Wcast-qual pedwarn...
2000-07-23 Joseph Myersc-typeck.c (c_expand_start_case): Change -Wtraditional...
2000-07-12 Kaveh R. Ghazic-decl.c (define_label): Warn about identifier conflict...
2000-07-12 Gabriel Dos Reisc-typeck.c (pedwarn_c99): Move to
2000-07-02 Zack Weinbergc-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_T...
2000-06-26 Richard Henderson[multiple changes]
2000-06-26 J. David Anglinc-typeck.c (digest_init): Return error_mark_node node...
2000-06-19 Zack Weinbergc-parse.in (undeclared_variable_notice): Moved to c...
2000-06-09 Zack Weinbergggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc...
2000-06-06 Gabriel Dos Reisc-typeck.c (build_conditional_expr): Handle complex...
2000-06-05 Nathan Sidwelltree.h (VOID_TYPE_P): New macro.
2000-06-05 Richard Kenneralias.c (get_alias_set): If compnent is addressable...
2000-05-31 Richard KennerMakefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-17 Andrew CagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 Zack Weinbergtop level:
2000-05-06 Richard Henderson* c-typeck.c (build_c_cast): Remove dead code.
2000-04-10 Richard Kennerc-convert.c (convert): Handle REFERENCE_TYPE like POINT...
2000-04-08 Kaveh R. Ghazitree.c (tree_expr_nonnegative_p): New function.
2000-03-30 Geoff Keatingc-common.c (c_common_nodes_and_builtins): The first...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-17 Richard Kenner* Clean up usages of TREE_INT_CST_LOW.
2000-03-14 Stan Shebsc-typeck.c (c_alignof): Error on incomplete types.
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-02 Richard Kennerc-common.c (c_common_nodes_and_builtins): Make sizetype...
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-20 Richard Hendersonc-typeck.c (add_pending_init): Don't abort for multiple...
2000-02-20 Richard Kennerc-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-01-26 Richard Hendersontree.def (UNNE_EXPR): Remove.
2000-01-25 Zack Weinbergc-common.c, [...]: Remove all references to obstack...
2000-01-24 Richard Hendersonrtl.def: Add unordered fp comparisions.
2000-01-12 Kaveh R. Ghazic-common.c: PROTO -> PARAMS.
2000-01-12 Zack Weinbergc-typeck.c (build_c_cast): Issue -Wcast-qual warnings...
2000-01-05 Zack Weinbergc-decl.c (finish_enum): Simplify code to determine...
1999-12-19 Richard Hendersonc-typeck.c (c_expand_start_case): Don't warn for long...
1999-11-25 Kaveh R. Ghazic-common.c (check_format_info): Don't call a variadic...
1999-10-27 Jeffrey A Lawc-typeck.c (build_function_call): Check that the built...
1999-10-20 Mark Mitchell* c-typeck.c (c_expand_asm_operands): Fix typo.
1999-09-30 Dirk Zollerc-tree.h (warn_float_equal): Declare.
1999-09-22 Alex SamuelVarious fixes for problems discovered stress-testing GC.
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
next