https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58942
--- Comment #4 from Kirill Yukhin <kyukhin at gcc dot gnu.org> --- Author: kyukhin Date: Wed Jun 4 10:12:50 2014 New Revision: 211221 URL: http://gcc.gnu.org/viewcvs?rev=211221&root=gcc&view=rev Log: gcc/c/ PR c/58942 * c-array-notation.c (fix_builtin_array_notation_fn): Handle the case with a pointer. gcc/cp/ PR c/58942 * c-c++-common/cilk-plus/AN/pr58942.c: Check for correct handling of the case with a pointer. gcc/testsuite/ PR c/58942 * c-c++-common/cilk-plus/AN/pr58942.c: Check for correct handling of the case with a pointer. Added: branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr58942.c Modified: branches/gcc-4_9-branch/gcc/c/ChangeLog branches/gcc-4_9-branch/gcc/c/c-array-notation.c branches/gcc-4_9-branch/gcc/cp/ChangeLog branches/gcc-4_9-branch/gcc/cp/cp-array-notation.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog