aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)Author
2001-02-05 * c-typeck.c (common_type): push and pop binding level aroundJakub Jelinek
2001-01-31 * c-typeck.c (set_init_index): If first is equal to last, assume asJakub Jelinek
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh Ghazi
2001-01-27 * c-typeck.c (struct constructor_stack): Add range_stack member.Jakub Jelinek
2001-01-20 * c-typeck.c (digest_init): Handle boolean types as scalars.Joseph Myers
2001-01-12 * c-typeck.c (store_init_value): Don't require constant initializerJakub Jelinek
2001-01-05 * c-decl.c (finish_struct): Detect flexible array membersRichard Henderson
2001-01-04 * c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson
2000-12-20 * c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson
2000-11-20 * c-typeck.c (build_conditional_expr): When merging typeJoseph Myers
2000-11-19 * c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-11-14 * c-typeck.c (c_sizeof): Fold result to c_size_type_node.Richard Henderson
2000-11-13 * c-common.c (boolean_increment): New function.Joseph Myers
2000-11-13 * c-parse.in (initelt): Give appropriate pedantic warnings,Joseph Myers
2000-11-01Constant folding for builtinsBernd Schmidt
2000-10-31 * c-typeck.c (build_unary_op): If pedantic, pedwarn for incrementJoseph Myers
2000-10-28 * c-typeck.c (check_init_type_bitfields): Remove.Mark Mitchell
2000-10-20 * c-common.c (check_format_info_recurse): Extract string constantJoseph Myers
2000-10-17Improved sequence point warningsBernd Schmidt
2000-10-11 * c-typeck.c (check_modify_expr): New function.Joseph Myers
2000-10-04Patched code to generate warning when trying to perform staticWilliam Cohen
2000-09-19 * c-typeck.c (c_expand_asm_operands): Restore the output treeRichard Henderson
2000-09-19 * Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh Ghazi
2000-09-18 * c-typeck.c (c_start_case): Fix typo.Mark Mitchell
2000-09-17 * c-decl.c (grokdeclarator): Don't give a warning about defaultingJoseph Myers
2000-09-17 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell
2000-09-12 * c-typeck.c (process_init_element): Avoid union init warnings onKaveh Ghazi
2000-09-10 * c-common.h (add_stmt): Change prototype.Mark Mitchell
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell
2000-08-21 * c-decl.c (duplicate_decls, define_label): Restrict -WtraditionalKaveh Ghazi
2000-08-13In gcc/:Geoffrey Keating
2000-08-09 * c-typeck.c (process_init_element): For -Wtraditional, warn aboutKaveh Ghazi
2000-08-08 * c-common.c (combine_strings, check_format_info): Refer to ISO CJoseph Myers
2000-07-31 * c-decl.c (mesg_implicit_function_declaration): Init to -1.Zack Weinberg
2000-07-31 * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn forJoseph S. Myers
2000-07-23 * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarnJeffrey A Law
2000-07-12 * c-decl.c (define_label): Warn about identifier conflicts withKaveh Ghazi
2000-07-122000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>Gabriel Dos Reis
2000-07-02 * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_PZack Weinberg
2000-06-262000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>Richard Henderson
2000-06-262000-06-26 J. David Anglin <dave@hiauly1.hia.nrc.ca>J. David Anglin
2000-06-19 * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg
2000-06-09toplevel:Zack Weinberg
2000-06-062000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>Gabriel Dos Reis
2000-06-05 * tree.h (VOID_TYPE_P): New macro.Nathan Sidwell
2000-06-05 * alias.c (get_alias_set): If compnent is addressable, use aliasRichard Kenner
2000-05-31 * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney
2000-05-09top level:Zack Weinberg