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

--- Comment #3 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
Author: kyukhin
Date: Fri Aug  1 16:54:27 2014
New Revision: 213491

URL: https://gcc.gnu.org/viewcvs?rev=213491&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:
    trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455-2.c
    trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455.c
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/array-notation-common.c
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-array-notation.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-array-notation.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to