aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-24Rename -W to -Wextra.Phil Edwards1-1/+1
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou1-3/+3
2003-01-09re PR c/8032 (GCC >= 3.0 incorrectly initializes static structs in the presen...Eric Botcazou1-7/+12
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-12/+3
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-2/+2
2002-11-04re PR c/7128 (Undeclared variables as asm argument cause ICE)Roger Sayle1-1/+5
2002-10-26c-typeck.c (warn_for_assignment): Don't print argument number, if zero.Mike Stump1-2/+23
2002-10-08c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.Nathan Sidwell1-3/+3
2002-10-01re PR c/8083 (GCC does not warn for aliasing violations)Nathan Sidwell1-0/+17
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-17Fixed ObjC typechecking, particularly case with protocolsNicola Pero1-14/+20
2002-09-07c-typeck.c (c_tree_expr_nonnegative_p): New function.Ansgar Esztermann1-3/+24
2002-09-06c-lang.c (objc_is_id): New stub.Ziemowit Laski1-1/+6
2002-09-03c-lang.c (recognize_objc_keyword): Remove, no longer used.Stan Shebs1-1/+1
2002-08-15c-tree.h (skip_evaluation): Move declaration...Alexandre Oliva1-1/+2
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-5/+6
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis1-24/+0
2002-07-23Fix PR/7363:Gabriel Dos Reis1-41/+0
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