This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/58942] cilkplus internal compiler error: tree check __sec_reduce_max_ind


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

--- Comment #3 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
Author: kyukhin
Date: Wed Jun  4 10:07:21 2014
New Revision: 211220

URL: http://gcc.gnu.org/viewcvs?rev=211220&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
    * cp-array-notation.c (expand_sec_reduce_builtin): Handle 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:
    trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr58942.c
Modified:
    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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]