https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98046

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
This a duplicate of pr30617.

Workaround: replace

 write (*,*) '0: ',AC(0)  !this does not  

with

 y = AC(0)
 write (*,*) '0: ', y  !this does not

*** This bug has been marked as a duplicate of bug 30617 ***

Reply via email to