aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-1/+1
2002-07-21* c-typeck.c (SAVE_SPELLING_DEPTH): Remove.Neil Booth1-9/+0
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke1-4/+9
2002-06-18simd-1.c: New.Aldy Hernandez1-8/+13
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe1-3/+2
2002-04-26c-typeck.c (build_unary_op): Invoke non_lvalue.Richard Henderson1-0/+1
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-4/+0
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-2/+24
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-3/+3
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-4/+4
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-15/+16
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-12/+17
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-9/+9
2002-03-21re PR c/5597 ([regression from 2.95.3] Initialization of flexible char array ...Eric Botcazou1-0/+10
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek1-0/+24
2002-03-13c-typeck.c (convert_for_assignment): Don't allow conversions between pointers...Jason Merrill1-1/+6
2002-02-27c-typeck.c (digest_init): Remove unused parameter; all callers changed.Zack Weinberg1-12/+8
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-93/+30
2002-02-26c-typeck.c (really_start_incremental_init): Use bitsize_zero_node for vectors.Aldy Hernandez1-1/+1
2002-02-25c-typeck.c (push_init_level): Handle vectors.Aldy Hernandez1-0/+8
2002-02-21re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek1-90/+0
2002-02-17re PR c/3444 (Test fails (cast))Jakub Jelinek1-23/+0
2002-02-12c-typeck.c (digest_init): Handle vectors.Stan Shebs1-1/+37
2002-02-10re PR c/5623 (GCC 3.0.3 crashes when assigning pointer to an array of undefin...Richard Henderson1-0/+5
2002-02-06c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill1-1/+4
2002-02-04PR c/4475, c++/3780:Jakub Jelinek1-4/+4
2002-02-04c-typeck.c (build_c_cast): Warn when qualifiers are added to function types, ...Richard Sandiford1-3/+16
2002-01-23c-typeck.c (require_complete_type): Return error_mark_node if type is error_m...Zack Weinberg1-1/+1
2002-01-22c-typeck.c (parser_build_binary_op): If result from build_binary_op is ERROR_...Hans-Peter Nilsson1-0/+3
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-01-15c-typeck.c (build_unary_op): Don't wrap msgid argument of readonly_warning in...Joseph Myers1-1/+1
2002-01-15c-typeck.c (process_init_element): Don't save_expr COMPOUND_LITERAL_EXPR if j...Jakub Jelinek1-1/+8
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+7
2002-01-03builtins.c: Fix formatting.Kazu Hirata1-1/+1
2002-01-03c-typeck.c (output_init_element): Allow initializing static storage duration ...Jakub Jelinek1-1/+11
2001-12-31* c-typeck.c: Include rtl.h earlier.Graham Stott1-1/+1
2001-12-28c-typeck.c (store_init_value): If initializing object with array type of unkn...Jakub Jelinek1-0/+27
2001-12-23re PR c/2454 (Test Program A0376972.c fails with gcc-20010320, works with gcc...Joseph Myers1-9/+0
2001-12-17c-typeck.c (error_init, [...]): Call gettext on argument before printing.Zack Weinberg1-3/+3
2001-12-15c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers1-1/+1
2001-12-12c-typeck.c (digest_init): Allow initializing static storage duration objects ...Jakub Jelinek1-2/+13
2001-12-10c-lex.c, [...]: Revert concatenation changes.Neil Booth1-8/+29
2001-12-08c-parse.in: Take string literals in assembler constructs, not expressions.Neil Booth1-25/+8
2001-12-08c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth1-4/+0
2001-12-05c-typeck.c (output_init_element): Call digest_init just once...Jakub Jelinek1-11/+6
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-6/+3
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