This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix PR 33193, tighten argument types for __real and __image


On 11/10/2010 12:52 PM, Joseph S. Myers wrote:

>> gcc/
>> 	PR c/33193
>> 	* c-typeck.c (build_unary_op): Call build_real_imag_expr for
>> 	REALPART_EXPR and IMAGPART_EXPR.
>>
>> gcc/c-family/
>> 	PR c/33193
>> 	* c-common.h (build_real_imag_expr): Declare.
>> 	* c-semantics.c (build_real_imag_expr): Define.
> 
> The C changes are OK.

Other changes are OK too.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]