On Wed, 22 Feb 2017, Marek Polacek wrote:

> We ICEd on the following test while warning for -Wtraditional-conversion
> because at that point VAL had been turned into error_mark_node because we
> require a complete type when converting arguments.  Fixed by checking
> for error_mark_node first so that we don't try to access it later with
> TYPE_PRECISION and similar.
> 
> Bootstrapped/regtested on x86_64-linux, ok for trunk?

OK.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to