This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217612 - in /trunk/gcc: c-family/ChangeLog c-f...
- From: mpolacek at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 15 Nov 2014 20:20:05 -0000
- Subject: r217612 - in /trunk/gcc: c-family/ChangeLog c-f...
Author: mpolacek
Date: Sat Nov 15 20:20:05 2014
New Revision: 217612
URL: https://gcc.gnu.org/viewcvs?rev=217612&root=gcc&view=rev
Log:
PR middle-end/63884
c-family/
* array-notation-common.c (is_sec_implicit_index_fn): Return false
for NULL fndecl.
(extract_array_notation_exprs): Return for NULL node.
testsuite/
* c-c++-common/cilk-plus/AN/pr63884.c: New test.
Added:
trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr63884.c
Modified:
trunk/gcc/c-family/ChangeLog
trunk/gcc/c-family/array-notation-common.c
trunk/gcc/testsuite/ChangeLog