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

            Bug ID: 81086
           Summary: ICE with structured binding of initializer_list
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: denis.campredon at gmail dot com
  Target Milestone: ---

The following code make the compiler emit an ICE with the latest snapshot


<source>:3:13: internal compiler error: in write_unqualified_name, at
cp/mangle.c:1318

------------
#include <initializer_list>

auto [a] = {0};
-------------

g++ 7.1 does not ICE

Reply via email to