aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-15/+14
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-158/+102
2000-03-14c-typeck.c (c_alignof): Error on incomplete types.Stan Shebs1-0/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-64/+51
2000-03-02c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink reference the...Richard Kenner1-0/+10
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-69/+68
2000-02-20c-typeck.c (add_pending_init): Don't abort for multiple fields at the same of...Richard Henderson1-4/+3
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-38/+3
2000-01-25tree.def (UNNE_EXPR): Remove.Richard Henderson1-1/+0
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-44/+5
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-25/+33