summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs2001-07-071-2/+2
* target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers2001-06-291-5/+1
* Makefile.in (TARGET_H, [...]): New.Neil Booth2001-06-261-1/+2
* c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.Kaveh R. Ghazi2001-06-121-2/+1
* c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately ref...Mark Mitchell2001-06-081-1/+2
* re PR c/2735 (can't cast a union type defined by a typedef to itself)Joseph Myers2001-06-051-1/+1
* c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.John David Anglin2001-06-041-3/+1
* c-typeck.c (digest_init): Issue error messages about invalid constants, not w...Mark Mitchell2001-05-251-4/+11
* c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth2001-05-111-0/+45
* c-typeck.c (internal_build_compound_expr): Check for array to pointer convers...Neil Booth2001-05-061-8/+4
* c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson2001-04-301-5/+2
* c-typeck.c (convert_arguments): Don't check for width changes with -Wtraditio...Kaveh R. Ghazi2001-04-171-11/+8
* c-typeck.c (convert_arguments): -Wtraditional now activates -Wconversion warn...Kaveh R. Ghazi2001-04-101-5/+16
* * c-typeck.c (digest_init): Fold init expression.Alan Modra2001-03-271-0/+2
* c-typeck.c (common_type): push and pop binding level around calling common_ty...Jakub Jelinek2001-02-051-0/+5
* c-typeck.c (set_init_index): If first is equal to last, assume as if it was n...Jakub Jelinek2001-01-311-10/+16
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-1/+0
* c-typeck.c (struct constructor_stack): Add range_stack member.Jakub Jelinek2001-01-271-1/+13
* * c-typeck.c (digest_init): Handle boolean types as scalars.Joseph Myers2001-01-201-1/+1
* c-typeck.c (store_init_value): Don't require constant initializer elements wi...Jakub Jelinek2001-01-131-188/+584
* c-decl.c (finish_struct): Detect flexible array members used in an inappropri...Richard Henderson2001-01-041-17/+59
* c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson2001-01-031-23/+20
* c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson2000-12-201-48/+82
* c-typeck.c (build_conditional_expr): When merging type qualifiers for conditi...Joseph Myers2000-11-201-10/+4
* c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson2000-11-191-0/+10
* stringpool.c: New file.Zack Weinberg2000-11-171-3/+3
* c-typeck.c (c_sizeof): Fold result to c_size_type_node.Richard Henderson2000-11-141-37/+55
* c-common.c (boolean_increment): New function.Joseph Myers2000-11-131-16/+33
* c-parse.in (initelt): Give appropriate pedantic warnings...Joseph Myers2000-11-131-11/+2
* Constant folding for builtinsBernd Schmidt2000-11-011-1/+2
* c-typeck.c (build_unary_op): If pedantic, pedwarn for increment and decrement...Joseph Myers2000-10-311-0/+3
* c-typeck.c (check_init_type_bitfields): Remove.Mark Mitchell2000-10-281-294/+20
* c-common.c (check_format_info_recurse): Extract string constant initializers ...Joseph Myers2000-10-201-6/+23
* Improved sequence point warningsBernd Schmidt2000-10-171-130/+0
* c-typeck.c (check_modify_expr): New function.Joseph Myers2000-10-111-0/+132
* Patched code to generate warning when trying to perform staticWill Cohen2000-10-041-1/+2
* c-typeck.c (c_expand_asm_operands): Restore the output tree after expanding.Richard Henderson2000-09-191-0/+4
* Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi2000-09-191-1/+1
* * c-typeck.c (c_start_case): Fix typo.Mark Mitchell2000-09-181-1/+1
* c-decl.c (grokdeclarator): Don't give a warning about defaulting to int for p...Joseph Myers2000-09-171-0/+2
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-35/+107
* c-typeck.c (process_init_element): Avoid union init warnings on floating poin...Kaveh R. Ghazi2000-09-121-1/+2
* c-common.h (add_stmt): Change prototype.Mark Mitchell2000-09-101-7/+4
* Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell2000-08-251-6/+1
* c-decl.c (duplicate_decls, [...]): Restrict -Wtraditional warnings to user code.Kaveh R. Ghazi2000-08-211-4/+3
* In gcc/:Geoff Keating2000-08-131-8/+2
* c-typeck.c (process_init_element): For -Wtraditional, warn about initializati...Kaveh R. Ghazi2000-08-091-0/+9
* c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers2000-08-091-23/+23
* c-decl.c (mesg_implicit_function_declaration): Init to -1.Zack Weinberg2000-07-311-3/+4
* c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for discarding qualifie...Joseph Myers2000-07-311-1/+1