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.

Reply via email to