aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-06c-typeck.c (build_conditional_expr): Handle complex data types.Gabriel Dos Reis1-2/+4
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-15/+11
2000-06-05alias.c (get_alias_set): If compnent is addressable, use alias set of component.Richard Kenner1-1/+0
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-0/+1
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-2/+2
2000-05-09top level:Zack Weinberg1-1/+1
2000-05-06* c-typeck.c (build_c_cast): Remove dead code.Richard Henderson1-5/+0
2000-04-10c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.Richard Kenner1-1/+2
2000-04-08tree.c (tree_expr_nonnegative_p): New function.Kaveh R. Ghazi1-9/+8
2000-03-30c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va...Geoff Keating1-4/+25
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-41/+25
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-4/+2