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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0
                 CC|                            |ppalka at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> ---
GCC trunk accepts the testcase and indeed this seems to be pretty much a dup of
the recently fixed PR112899.  If the string fits in the SSO buffer we can
statically initialize it, otherwise we need dynamic initialization which
crashed until r14-6979.

*** This bug has been marked as a duplicate of bug 112899 ***

Reply via email to