https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83318
--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Thu, Dec 07, 2017 at 11:42:53PM +0000, kargl at gcc dot gnu.org wrote:
> + if (!ts.u.cl->length)
Whoops.
if (ts.type == BT_CHARACTER && !ts.u.cl->length)
