Fix for objc/45925

Nicola Pero nicola.pero@meta-innovation.com
Thu Oct 7 09:23:00 GMT 2010


Thanks Rainer

I will before committing :-)

Thanks

-----Original Message-----
From: "Rainer Orth" <ro@CeBiTec.Uni-Bielefeld.DE>
Sent: Thursday, 7 October, 2010 11:12
To: "Nicola Pero" <nicola.pero@meta-innovation.com>
Cc: "gcc-patches@gnu.org" <gcc-patches@gnu.org>
Subject: Re: Fix for objc/45925

"Nicola Pero" <nicola.pero@meta-innovation.com> writes:

> Index: objc-act.c
> ===================================================================
> --- objc-act.c  (revision 165067)
> +++ objc-act.c  (working copy)
> @@ -10325,7 +10325,7 @@ objc_finish_foreach_loop (location_t location, tre
>                                     (NULL_TREE, build_int_cst (NULL_TREE, 16), NULL_TREE))));
>    }
>  #endif
> -  t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_batchsize_decl, t);
> +  t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_batchsize_decl, convert (long_unsigned_type_node, t));

Please break this line (again below).

Thanks.
        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University




More information about the Gcc-patches mailing list