aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-11c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth1-0/+45
2001-05-06c-typeck.c (internal_build_compound_expr): Check for array to pointer convers...Neil Booth1-8/+4
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson1-5/+2
2001-04-17c-typeck.c (convert_arguments): Don't check for width changes with -Wtraditio...Kaveh R. Ghazi1-11/+8
2001-04-10c-typeck.c (convert_arguments): -Wtraditional now activates -Wconversion warn...Kaveh R. Ghazi1-5/+16
2001-03-27* c-typeck.c (digest_init): Fold init expression.Alan Modra1-0/+2
2001-02-05c-typeck.c (common_type): push and pop binding level around calling common_ty...Jakub Jelinek1-0/+5
2001-01-31c-typeck.c (set_init_index): If first is equal to last, assume as if it was n...Jakub Jelinek1-10/+16
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-27c-typeck.c (struct constructor_stack): Add range_stack member.Jakub Jelinek1-1/+13
2001-01-20* c-typeck.c (digest_init): Handle boolean types as scalars.Joseph Myers1-1/+1
2001-01-13c-typeck.c (store_init_value): Don't require constant initializer elements wi...Jakub Jelinek1-188/+584
2001-01-04c-decl.c (finish_struct): Detect flexible array members used in an inappropri...Richard Henderson1-17/+59
2001-01-03c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson1-23/+20
2000-12-20c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson1-48/+82
2000-11-20c-typeck.c (build_conditional_expr): When merging type qualifiers for conditi...Joseph Myers1-10/+4
2000-11-19c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson1-0/+10
2000-11-17stringpool.c: New file.Zack Weinberg1-3/+3
2000-11-14c-typeck.c (c_sizeof): Fold result to c_size_type_node.Richard Henderson1-37/+55
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-16/+33
2000-11-13c-parse.in (initelt): Give appropriate pedantic warnings...Joseph Myers1-11/+2
2000-11-01Constant folding for builtinsBernd Schmidt1-1/+2
2000-10-31c-typeck.c (build_unary_op): If pedantic, pedwarn for increment and decrement...Joseph Myers1-0/+3
2000-10-28c-typeck.c (check_init_type_bitfields): Remove.Mark Mitchell1-294/+20
2000-10-20c-common.c (check_format_info_recurse): Extract string constant initializers ...Joseph Myers1-6/+23
2000-10-17Improved sequence point warningsBernd Schmidt1-130/+0
2000-10-11c-typeck.c (check_modify_expr): New function.Joseph Myers1-0/+132
2000-10-04Patched code to generate warning when trying to perform staticWill Cohen1-1/+2
2000-09-19c-typeck.c (c_expand_asm_operands): Restore the output tree after expanding.Richard Henderson1-0/+4
2000-09-19Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi1-1/+1
2000-09-18* c-typeck.c (c_start_case): Fix typo.Mark Mitchell1-1/+1
2000-09-17c-decl.c (grokdeclarator): Don't give a warning about defaulting to int for p...Joseph Myers1-0/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-35/+107
2000-09-12c-typeck.c (process_init_element): Avoid union init warnings on floating poin...Kaveh R. Ghazi1-1/+2
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-7/+4
2000-08-25Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell1-6/+1
2000-08-21c-decl.c (duplicate_decls, [...]): Restrict -Wtraditional warnings to user code.Kaveh R. Ghazi1-4/+3
2000-08-13In gcc/:Geoff Keating1-8/+2
2000-08-09c-typeck.c (process_init_element): For -Wtraditional, warn about initializati...Kaveh R. Ghazi1-0/+9
2000-08-09c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers1-23/+23
2000-07-31c-decl.c (mesg_implicit_function_declaration): Init to -1.Zack Weinberg1-3/+4
2000-07-31c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for discarding qualifie...Joseph Myers1-1/+1
2000-07-23c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn for `long' swi...Joseph Myers1-1/+1
2000-07-12c-decl.c (define_label): Warn about identifier conflicts with labels in tradi...Kaveh R. Ghazi1-0/+4
2000-07-12c-typeck.c (pedwarn_c99): Move toGabriel Dos Reis1-24/+0
2000-07-02c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P and VOID_TYPE_P.Zack Weinberg1-2/+2
2000-06-26[multiple changes]Richard Henderson1-2/+27
2000-06-26c-typeck.c (digest_init): Return error_mark_node node when TREE_TYPE (init) =...J. David Anglin1-1/+3
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg1-0/+92
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-1/+1