This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81922] New: ICE in output_constructor_regular_field, at varasm.c:5030
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Aug 2017 10:00:52 +0000
- Subject: [Bug c++/81922] New: ICE in output_constructor_regular_field, at varasm.c:5030
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922
Bug ID: 81922
Summary: ICE in output_constructor_regular_field, at
varasm.c:5030
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
Target: x86_64-*-*
Created attachment 42024
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42024&action=edit
unincluded unreduced testcase
> g++-7 -std=gnu++1z -S floc.cc
floc.cc:187:1: internal compiler error: in output_constructor_regular_field, at
varasm.c:5030
continue;
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.
same ICE with gcc 6 and trunk.