On Sat, Nov 15, 2014 at 01:03:46PM +0100, Marek Polacek wrote:
> The problem here is that the Cilk+ code wasn't prepared to handle
> internal calls that the new overflow builtins entail. Fixed by
> checking that the CALL_EXPR_FN isn't NULL.
>
> Looking at cilk-plus.exp, I think this file will need some tweaks
> now that the C default is gnu11...
>
> Bootstrapped/regtested on powerpc64-linux, ok for trunk?
>
> 2014-11-15 Marek Polacek <[email protected]>
>
> PR middle-end/63884
> c-family/
> * array-notation-common.c (is_sec_implicit_index_fn): Return false
> for NULL fndecl.
> (extract_array_notation_exprs): Return for NULL node.
> testsuite/
> * c-c++-common/cilk-plus/AN/pr63884.c: New test.
Ok, thanks.
Jakub