This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran, gcc] PR35063 [Regression wrt g77] I/O leaks handles/memory on Windows XP


On Feb 8, 2008 3:42 PM, Jerry DeLisle <jvdelisle@verizon.net> wrote:
> Ok to commit?  I need a gcc maintainer to approve as well.

It might be best if you created a __gthread_mutex_destroy_function for
each of the gthr-* files and not do it via
__GTHREAD_MUTEX_DESTROY_FUNCTION .

The reason I am saying this is because targets which single threading
will now fail because of the use of pthread_mutex_destroy.


Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]