aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03c-typeck.c (really_start_incremental_init, [...]): Avoid constructor_max_inde...Joseph Myers1-0/+14
2001-11-07c-decl.c (pushdecl): Remove file and line.Neil Booth1-4/+0
2001-11-06re PR c/461 (non-lvalue arrays)Joseph Myers1-113/+156
2001-11-04re PR c/2820 (unnamed union inside unnamed struct changes rest of the struct)Neil Booth1-51/+43
2001-11-01re PR c/3170 (bogus "suggest parentheses" warning)Neil Booth1-0/+6
2001-10-30Localization fixes.Paolo Bonzini1-10/+19
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-2/+2
2001-10-29* c-parse.in (expr_no_commas, primary), c-typeck.cJoseph Myers1-6/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26c-typeck.c (convert_arguments): When comparing for enumeral type equality, us...Neil Booth1-1/+2
2001-10-24c-common.h (struct c_common_identifier): Remove rid_code field.Zack Weinberg1-3/+21
2001-10-23c-common.c (warn_div_by_zero): New.Neil Booth1-0/+8
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