[Valgrind-users] helgrind and atomic operations

2012-08-25 Thread David Faure
How do I tell helgrind that some atomic operations on integers are OK? A suppression like this works, but it would make helgrind more useful to all Qt users if either atomic operations were handled automatically, or if this was added to valgrind's own suppressions. {

Re: [Valgrind-users] helgrind and atomic operations

2012-08-25 Thread Bart Van Assche
On 08/25/12 08:45, David Faure wrote: How do I tell helgrind that some atomic operations on integers are OK? A suppression like this works, but it would make helgrind more useful to all Qt users if either atomic operations were handled automatically, or if this was added to valgrind's own

Re: [Valgrind-users] helgrind and atomic operations

2012-08-25 Thread Julian Seward
On Saturday, August 25, 2012, David Faure wrote: How do I tell helgrind that some atomic operations on integers are OK? [...] Without looking in more detail at this, it is difficult to tell if that is really the right question to ask. Helgrind treats atomic operations (atomic