On Mon, 18 Mar 2019, Jakub Jelinek wrote:

> Hi!
> 
> The following patch (the second hunk in particular) should fix following
> testcase.  c_build_qualified_type used to be called unconditionally at that
> spot, it was just the changes to use quals_used instead of type_quals there
> that made it conditional, but it needs to be done even if quals_used is 0,
> when TYPE_QUALS is non-zero and we need to remove quals.
> 
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?

OK.

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

Reply via email to