aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-69/+68
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-2/+2
2001-09-26* c-typeck.c (digest_init): Check for sizeless arrays.DJ Delorie1-0/+1
2001-09-20c-typeck.c (really_start_incremental_init): Discriminate between zero-length ...DJ Delorie1-19/+11
2001-09-15* c-typeck.c (comptypes): Handle zero-length arrays properly.Richard Henderson1-6/+19
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-2/+2
2001-08-30c-typeck.c (pointer_diff): Try to eliminate common term before doing conversi...J"orn Rennecke1-1/+37
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-75/+0
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-08c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro parameter.Graham Stott1-1/+1
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-07-17c-typeck.c (build_binary_op): Do not shorten unsigned right shift after sign ...Richard Henderson1-13/+3
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-2/+2
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers1-5/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-1/+2
2001-06-12c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.Kaveh R. Ghazi1-2/+1
2001-06-08c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately ref...Mark Mitchell1-1/+2
2001-06-05re PR c/2735 (can't cast a union type defined by a typedef to itself)Joseph Myers1-1/+1
2001-06-04c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.John David Anglin1-3/+1
2001-05-25c-typeck.c (digest_init): Issue error messages about invalid constants, not w...Mark Mitchell1-4/+11
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