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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code
             Status|RESOLVED                    |ASSIGNED
   Last reconfirmed|                            |2013-06-07
                 CC|                            |jason at gcc dot gnu.org
         Resolution|DUPLICATE                   |---
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Not a duplicate.  This capture is ill-formed, as x has a variable-size type
which is not a C++14 array of runtime bound because a bound other than the
first one is variable.  But we still shouldn't ICE.

Reply via email to