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 other/61963] CilkPlus Array Notation ICE in build_array_notation_ref on malformed function arguments.


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

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

URL: https://gcc.gnu.org/viewcvs?rev=213493&root=gcc&view=rev
Log:
    PR other/61963

gcc/cp/
    * parser.c (cp_parser_array_notation): Added check for array_type.

gcc/testsuite/
    * c-c++-common/cilk-plus/AN/pr61963.c: New test.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61963.c
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/parser.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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