[Bug fortran/98046] lock in libpthread occurs with gcc-fortran and atlas-lapack

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Sat Nov 28 22:54:57 GMT 2020


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 ***


More information about the Gcc-bugs mailing list