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

            Bug ID: 70289
           Summary: [openacc] ICE in input_varpool_node
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

Created attachment 38015
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38015&action=edit
test-case

When compiling the testcase with:
- options "-fopenacc -O2", and
- with a compiler build from trunk, with nvidia accelerator setup,
we run into the following ICE:
...
lto1: internal compiler error: in input_varpool_node, at lto-cgraph.c:1418
0xae65d7 input_varpool_node
        gcc/lto-cgraph.c:1416
...

[ On the gomp-4_0-branch, we run into an error instead due to
https://gcc.gnu.org/ml/gcc-patches/2016-01/msg00482.html . ]

Reply via email to