[Bug fortran/64426] Unnecessary string temporary for array assignment
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Thu Jan 1 17:06:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64426
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-01-01
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed. Note that the line
if (c(3) .ne. '23yz') call abort
should be replaced with
if (c(3) .ne. '34yz') call abort
I am also refraining to mark the PR as a [5 Regression]: with the above change
the code passes the test with 4.9.2.
More information about the Gcc-bugs
mailing list