> Not only is it 'obvious' but it can do no harm in any circumstances
> :-) OK to commit
True! Committed as rev. 211822
FX
Dear FX,
Not only is it 'obvious' but it can do no harm in any circumstances
:-) OK to commit
Thanks
Paul
On 19 June 2014 13:14, FX wrote:
> In expr.c:scalarize_intrinsic_call(), we don't deal correctly with intrinsics
> that have an optional kind argument, while simplifying initialization
In expr.c:scalarize_intrinsic_call(), we don't deal correctly with intrinsics
that have an optional kind argument, while simplifying initialization
expressions. The attached one-line patch fixes it, and adds a testcase so we
don’t regress.
Bootstrapped and regtested on x86_64-apple-darwin13.
OK