[Bug fortran/83318] Illegal program causes internal compiler error with tags gfc_trans_allocate, at fortran/trans-stmt.c:5646 and Aborted (program f951)

sgk at troutmask dot apl.washington.edu gcc-bugzilla@gcc.gnu.org
Fri Dec 8 00:10:00 GMT 2017


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)


More information about the Gcc-bugs mailing list