summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* c-typeck.c (build_unary_op): Invoke non_lvalue.Richard Henderson2002-04-261-0/+1
* c-common.c (fix_string_type): Split out of ...Richard Henderson2002-04-261-4/+0
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-2/+24
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2002-04-181-3/+3
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-4/+4
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-15/+16
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-12/+17
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-9/+9
* re PR c/5597 ([regression from 2.95.3] Initialization of flexible char array ...Eric Botcazou2002-03-211-0/+10
* re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek2002-03-191-0/+24
* c-typeck.c (convert_for_assignment): Don't allow conversions between pointers...Jason Merrill2002-03-131-1/+6
* c-typeck.c (digest_init): Remove unused parameter; all callers changed.Zack Weinberg2002-02-271-12/+8
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-93/+30
* c-typeck.c (really_start_incremental_init): Use bitsize_zero_node for vectors.Aldy Hernandez2002-02-261-1/+1
* c-typeck.c (push_init_level): Handle vectors.Aldy Hernandez2002-02-251-0/+8
* re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek2002-02-211-90/+0
* re PR c/3444 (Test fails (cast))Jakub Jelinek2002-02-171-23/+0
* c-typeck.c (digest_init): Handle vectors.Stan Shebs2002-02-121-1/+37
* re PR c/5623 (GCC 3.0.3 crashes when assigning pointer to an array of undefin...Richard Henderson2002-02-101-0/+5
* c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill2002-02-061-1/+4
* PR c/4475, c++/3780:Jakub Jelinek2002-02-041-4/+4
* c-typeck.c (build_c_cast): Warn when qualifiers are added to function types, ...Richard Sandiford2002-02-041-3/+16
* c-typeck.c (require_complete_type): Return error_mark_node if type is error_m...Zack Weinberg2002-01-231-1/+1
* c-typeck.c (parser_build_binary_op): If result from build_binary_op is ERROR_...Hans-Peter Nilsson2002-01-221-0/+3
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-1/+1
* c-typeck.c (build_unary_op): Don't wrap msgid argument of readonly_warning in...Joseph Myers2002-01-151-1/+1
* c-typeck.c (process_init_element): Don't save_expr COMPOUND_LITERAL_EXPR if j...Jakub Jelinek2002-01-151-1/+8
* Added __attribute__((deprecated)) patches.Ira Ruben2002-01-101-0/+7
* builtins.c: Fix formatting.Kazu Hirata2002-01-031-1/+1
* c-typeck.c (output_init_element): Allow initializing static storage duration ...Jakub Jelinek2002-01-031-1/+11
* * c-typeck.c: Include rtl.h earlier.Graham Stott2001-12-311-1/+1
* c-typeck.c (store_init_value): If initializing object with array type of unkn...Jakub Jelinek2001-12-281-0/+27
* re PR c/2454 (Test Program A0376972.c fails with gcc-20010320, works with gcc...Joseph Myers2001-12-231-9/+0
* c-typeck.c (error_init, [...]): Call gettext on argument before printing.Zack Weinberg2001-12-171-3/+3
* 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