aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-29c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers1-94/+113
2005-06-28target.h (invalid_conversion, [...]): New hooks.Joseph Myers1-0/+16
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie1-31/+38
2005-06-26re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi1-1/+2
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-4/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21c-typeck.c (build_function_call): Set fundecl = function again.Daniel Berlin1-0/+1
2005-06-19c-decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle1-9/+8
2005-06-15c-tree.h (default_function_array_conversion): Declare.Joseph Myers1-69/+33
2005-06-15c-common.h (same_scalar_type_ignoring_signedness): Protoize.Aldy Hernandez1-3/+14
2005-06-11c-typeck.c (convert_for_assignment): Avoid cheking OPT_Wc___compat, as it is ...Gabriel Dos Reis1-2/+1
2005-06-09re PR c/21759 (Implement warning for codes at the intersection of C and C++)Gabriel Dos Reis1-0/+12
2005-06-09c-typeck.c (build_c_cast): Check type punning on COMPONENT_REF too.Nathan Sidwell1-4/+5
2005-06-07c-typeck.c (c_finish_if_stmt): Use void_type_node as type for COND_EXPR.Richard Guenther1-1/+1
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-45/+45
2005-06-04re PR c/21873 (infinite warning loop on bad array initializer)Joseph Myers1-12/+20
2005-06-02c-typeck.c (build_indirect_ref): Build INDIRECT_REF with correct type.Richard Guenther1-4/+1
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-6/+7
2005-05-24c-common.h (objc_comptypes): Remove prototype.Ziemowit Laski1-54/+70
2005-05-17Yet more Objective-C++...Ziemowit Laski1-0/+12
2005-05-17* c-typeck.c (common_type): Also handle BOOLEAN_TYPEs.Roger Sayle1-1/+15
2005-05-17re PR tree-optimization/21610 (ICE in make_decl_rtl)Jakub Jelinek1-2/+10
2005-05-10re PR c++/17913 (ICE jumping into statement expression)Gabor Loki1-4/+1
2005-05-09c-tree.h (parser_build_unary_op): New prototype.Roger Sayle1-5/+21
2005-05-02c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_...Paolo Bonzini1-6/+7
2005-04-28c-typeck.c (build_compound_expr): Correct logic in last change.Joseph Myers1-4/+5
2005-04-27re PR c/21159 ("no effect" warning despite cast to void*)Joseph Myers1-3/+10
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-56/+56
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-2/+2
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers1-14/+122
2005-04-20c.opt (Wint-to-pointer-cast, [...]): New options.Joseph Myers1-2/+4
2005-04-14re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson1-0/+7
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-1/+8
2005-04-05c-typeck.c (struct c_switch): Rename switch_stmt field to switch_expr.Ian Lance Taylor1-9/+9
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers1-1/+83
2005-03-23c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers1-5/+36
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers1-28/+49
2005-03-21c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi...Joseph Myers1-1/+19
2005-03-20c-common.c (check_case_value): Adjust comment about stripping NOPs.Joseph Myers1-31/+7
2005-03-20c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers1-20/+0
2005-03-18c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers1-20/+16
2005-03-08Target Hook to issue diagnostics for AltiVec argument to funtion with unknown...Fariborz Jahanian1-0/+7
2005-03-08c-typeck.c (constructor_stack, [...]): Make them static.Kazu Hirata1-3/+3
2005-03-02re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers1-3/+4
2005-02-19re PR c/20043 (transparent_union doesn't allow restrict qualifier removal)Jakub Jelinek1-18/+52
2005-02-10re PR c/19342 (ICE in common_type, at c-typeck.c:490)Jakub Jelinek1-6/+18
2005-02-02re PR c/19435 (spurious warnings with nested array constructors)Joseph Myers1-1/+4
2005-02-01re PR c/19333 (C front end accepts arrays of incomplete types)Steven Bosscher1-2/+4
2005-01-29c-common.c (fix_string_type): Just use c_build_qualified_type to build string...Joseph Myers1-41/+83
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-4/+3