Fortran: fix FE memleak with BOZ expressions.
authorHarald Anlauf <anlauf@gmx.de>
Fri, 24 Mar 2023 21:07:37 +0000 (22:07 +0100)
committerHarald Anlauf <anlauf@gmx.de>
Fri, 24 Mar 2023 21:07:37 +0000 (22:07 +0100)
commit833233a4aefc9981b671c1bda34676c20b76cc90
treed756fe16a2682f699fdad08d641501c3deb185e2
parentbbf2424c57c2e13d1a972c4ef4e871c3119b9cb4
Fortran: fix FE memleak with BOZ expressions.

gcc/fortran/ChangeLog:

* expr.cc (free_expr0): Free also BOZ strings as part of an expression.
gcc/fortran/expr.cc