[patch] Fix PR c++/27805

Andrew Pinski pinskia@physics.uc.edu
Sat Jun 17 16:13:00 GMT 2006


On Jun 17, 2006, at 8:11 AM, Lee Millward wrote:

> Bootstrapped and regression tested with no new failures on
> i686-pc-linux-gnu. Ok for mainline?

+  if (error_operand_p(datum) || error_operand_p(component))
Whitespace is missing.

Also why can't you use ptrmem_type == error_mark_node after the
setting of ptrmem_type?

-- Pinski



More information about the Gcc-patches mailing list