------- Comment #8 from victor dot pasko at gmail dot com  2010-07-16 03:55 
-------
You know, libgfortran works incorrectly with weak symbols from pthread :(
In case of static library it needs to call these functions only if its value is
not NULL.

So, the follwing is to be:

  if(pthread_cancel)
    {
       pthread_cancel(...);
    }
instead of just
    pthread_cancel(...);
as it is now.


-- 

victor dot pasko at gmail dot com changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44927

Reply via email to