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 c++/81922] New: ICE in output_constructor_regular_field, at varasm.c:5030


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.

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