summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers2001-12-151-1/+1
* c-typeck.c (digest_init): Allow initializing static storage duration objects ...Jakub Jelinek2001-12-121-2/+13
* c-lex.c, [...]: Revert concatenation changes.Neil Booth2001-12-101-8/+29
* c-parse.in: Take string literals in assembler constructs, not expressions.Neil Booth2001-12-081-25/+8
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth2001-12-081-4/+0
* c-typeck.c (output_init_element): Call digest_init just once...Jakub Jelinek2001-12-051-11/+6
* re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers2001-12-041-6/+3
* c-typeck.c (really_start_incremental_init, [...]): Avoid constructor_max_inde...Joseph Myers2001-12-031-0/+14
* c-decl.c (pushdecl): Remove file and line.Neil Booth2001-11-071-4/+0
* re PR c/461 (non-lvalue arrays)Joseph Myers2001-11-061-113/+156
* re PR c/2820 (unnamed union inside unnamed struct changes rest of the struct)Neil Booth2001-11-041-51/+43
* re PR c/3170 (bogus "suggest parentheses" warning)Neil Booth2001-11-011-0/+6
* Localization fixes.Paolo Bonzini2001-10-301-10/+19
* ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers2001-10-291-2/+2
* * c-parse.in (expr_no_commas, primary), c-typeck.cJoseph Myers2001-10-291-6/+3
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-typeck.c (convert_arguments): When comparing for enumeral type equality, us...Neil Booth2001-10-261-1/+2
* c-common.h (struct c_common_identifier): Remove rid_code field.Zack Weinberg2001-10-241-3/+21
* c-common.c (warn_div_by_zero): New.Neil Booth2001-10-231-0/+8
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-69/+68
* c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers2001-10-021-2/+2
* * c-typeck.c (digest_init): Check for sizeless arrays.DJ Delorie2001-09-261-0/+1
* c-typeck.c (really_start_incremental_init): Discriminate between zero-length ...DJ Delorie2001-09-201-19/+11
* * c-typeck.c (comptypes): Handle zero-length arrays properly.Richard Henderson2001-09-151-6/+19
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-2/+2
* c-typeck.c (pointer_diff): Try to eliminate common term before doing conversi...J"orn Rennecke2001-08-301-1/+37
* c-common.c (c_alignof, [...]): Move here...Jason Merrill2001-08-241-75/+0
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro parameter.Graham Stott2001-08-081-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-4/+4
* c-typeck.c (build_binary_op): Do not shorten unsigned right shift after sign ...Richard Henderson2001-07-171-13/+3
* 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