[Bug middle-end/60469] simple cilk plus program ICEs
kyukhin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 15 06:27:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469
--- Comment #15 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
Author: kyukhin
Date: Tue Apr 15 06:27:07 2014
New Revision: 209400
URL: http://gcc.gnu.org/viewcvs?rev=209400&root=gcc&view=rev
Log:
gcc/c/
PR middle-end/60469
* c-array-notation.c (fix_builtin_array_notation_fn): Use
create_tmp_var instead build_decl for creating temps.
(build_array_notation_expr): Likewise.
(fix_conditional_array_notations_1): Likewise.
(fix_array_notation_expr): Likewise.
(fix_array_notation_call_expr): Likewise.
gcc/testsuite/
PR middle-end/60469
* c-c++-common/cilk-plus/CK/pr60469.c: New test.
Added:
branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/pr60469.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/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list