Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-29 Thread Matthias Klose
Control: tags -1 + wontfix fixed-upstream upstream On 05/27/2015 02:30 PM, Erik de Castro Lopo wrote: please recheck with gcc-5 from unstable. Works with gcc-5. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-27 Thread Erik de Castro Lopo
Matthias Klose wrote: On 05/26/2015 08:32 AM, Erik de Castro Lopo wrote: Erik de Castro Lopo wrote: Package: gcc-4.9 Version: 4.9.2-16 Severity: normal Same problem with gcc-4.9.2-18 from unstable. please recheck with gcc-5 from unstable. Works with gcc-5. Thanks, Erik --

Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-26 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Package: gcc-4.9 Version: 4.9.2-16 Severity: normal Same problem with gcc-4.9.2-18 from unstable. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ -- To UNSUBSCRIBE, email to

Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-26 Thread Matthias Klose
On 05/26/2015 08:32 AM, Erik de Castro Lopo wrote: Erik de Castro Lopo wrote: Package: gcc-4.9 Version: 4.9.2-16 Severity: normal Same problem with gcc-4.9.2-18 from unstable. please recheck with gcc-5 from unstable. -- To UNSUBSCRIBE, email to

Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-25 Thread Erik de Castro Lopo
Package: gcc-4.9 Version: 4.9.2-16 Severity: normal Dear Maintainer, Trivial C program: #include stdio.h #include pthread.h int main (void) { pthread_cond_t cond; pthread_cond_init(cond, NULL); return 0; } Above works correctly when compiled and run (even