http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59384

            Bug ID: 59384
           Summary: Cilk Plus array notation with for loop after segfaults
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nick.tomlinson at arm dot com
                CC: bviyer at gcc dot gnu.org

Created attachment 31380
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31380&action=edit
Minimal reproducer

When I compile the attached file, GCC segfaults. This appears to be a result of
having a Cilk Plus array notation assignment followed by a for loop using the
array assigned to.

The attached file is a minimal (un-preprocessed to preserve comments; there are
no includes or preprocessor macros) reproducer. The comments include
observations about what triggers the bug, a stack trace from GCC, the output of
gcc -v, and the command line used to compile it.

Reply via email to