https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61455

--- Comment #4 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
Author: kyukhin
Date: Fri Aug  1 17:00:51 2014
New Revision: 213492

URL: https://gcc.gnu.org/viewcvs?rev=213492&root=gcc&view=rev
Log:
    PR middle-end/61455

gcc/c-family/
    * array-notation-common.c (extract_array_notation_exprs): Handling
    of DECL_EXPR added.

gcc/c/
    * c-array-notation.c (expand_array_notations): Handling
    of DECL_EXPR added.

gcc/cp/
    * cp-array-notation.c (expand_array_notation_exprs): Handling of
    DECL_EXPR improved. Changed handling for INIT_EXPR.

gcc/testsuite/
    * c-c++-common/cilk-plus/AN/pr61455.c: New test.
    * c-c++-common/cilk-plus/AN/pr61455-2.c: Likewise.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455-2.c
    branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455.c
Modified:
    branches/gcc-4_9-branch/gcc/c-family/ChangeLog
    branches/gcc-4_9-branch/gcc/c-family/array-notation-common.c
    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

Reply via email to