public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, fortran] PR88117 - [9 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c:2697
@ 2019-02-23 18:55 Paul Richard Thomas
  0 siblings, 0 replies; only message in thread
From: Paul Richard Thomas @ 2019-02-23 18:55 UTC (permalink / raw)
  To: fortran, gcc-patches

This one was sufficiently 'obvious' that not only has it been
committed to 9-branch but to 7- and 8-branches as well.

Although the choking gimplifier was a regression, the testcase never
worked on any branch because resolve.c:deferred_op_assign should
always have returned false for pointer expressions, since the
reallocate on assign cannot be used. The part of the patch
intrans-expr.c fixed the regression.

Committed in revisions 269157, 269160 & 269163.

Paul

2019-02-23  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/88117
        * resolve.c (deferred_op_assign): Return if the lhs expression
        has the pointer attribute.
        * trans-expr.c (gfc_trans_assignment_1): Do not fix the string
        length if the lhs expression has the pointer attribute.

2019-02-23  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/88117
        * gfortran.dg/deferred_character_32.f90 : New test

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-23 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-23 18:55 [Patch, fortran] PR88117 - [9 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c:2697 Paul Richard Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).