This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/43170] gcc 4.5 20100218 bootstrap compare fails on os x 10.6



------- Comment #59 from jakub at gcc dot gnu dot org  2010-06-03 09:10 -------
Why would be volatile needed?  pthread_join returning guarantees that the other
thread's thread function finished, and the variable is only written in that
thread, there is no data race on it.


-- 


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


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