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: Fix PR c/46547


> Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  Applied
> to mainline.  I'm also testing a backport to 4.5 branch and will
> commit there subject to testing.
>
> 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
>
> 	PR c/46547
> 	* c-tree.h (in_late_binary_op): Move to c-family/c-common.h.
> 	* c-typeck.c (in_late_binary_op): Move to c-family/c-common.c.
>
> c-family:
> 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
>
> 	PR c/46547
> 	* c-common.c (in_late_binary_op): Define.
> 	(c_common_truthvalue_conversion): Check in_late_binary_op before
> 	calling c_save_expr.
> 	* c-common.h (in_late_binary_op): Declare.

I cannot bootstrap anymore with Objective-C++ enabled.

-- 
Eric Botcazou


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