aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-2/+46
2005-12-14c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston1-2/+16
2005-12-04c-typeck.c (null_pointer_constant_p): New function.Joseph Myers1-18/+32
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers1-6/+13
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle1-0/+14
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers1-3/+5
2005-12-03c-typeck.c (default_function_array_conversion, [...]): Allow for CONVERT_EXPR...Joseph Myers1-20/+10
2005-11-24re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther1-27/+1
2005-11-24re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis1-10/+4
2005-11-07c-typeck.c (build_c_cast): Try using a shared constant...Paolo Bonzini1-6/+9
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-10-11re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-11/+11
2005-10-05re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini1-13/+23
2005-10-02re PR c/18851 (IMA is slow and could be sped up)Andrew Pinski1-53/+163
2005-09-06re PR c/23075 (Redundant / bogus warning)Jakub Jelinek1-4/+10
2005-08-18* c-typeck.c (designator_errorneous): Rename to designator_erroneous.Volker Reichelt1-9/+9
2005-08-17c-typeck.c (build_function_call): Call fold_buildN_initializer or fold_buildN...James A. Morrison1-12/+11
2005-08-16builtins.c (expand_builtin_strcat): Remove superfluous call to fold.Volker Reichelt1-2/+1
2005-08-09re PR c/23161 (Labels and empty statement warnings)James A. Morrison1-9/+20
2005-08-06re PR c/23113 (The -Wunused (value computed is not used) option missed an imp...Joseph Myers1-1/+7
2005-08-01re PR c/22311 (internal compiler error: in c_common_type (-fshort-enums))Joseph Myers1-2/+3
2005-07-29re PR c/22240 (ICE with transparent unions, function pointers and -pedantic)Joseph Myers1-1/+1
2005-07-29re PR c/22192 (Rejection of valid array declaration.)Joseph Myers1-3/+24
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi1-44/+29
2005-07-21c-typeck.c (parser_build_binary_op): Add warning control to warning calls.DJ Delorie1-10/+20
2005-07-20c-typeck.c (output_init_element): Don't copy the INTEGER_CST.Andrew Pinski1-2/+0
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-31/+39
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi1-0/+49
2005-07-16c-typeck.c (digest_init): Call 'convert_for_assignment' before returning.Kaveh R. Ghazi1-0/+4
2005-07-05re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers1-3/+21
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