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-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas..
Processing control commands:
> tags -1 + wontfix fixed-upstream upstream
Bug #786850 [gcc-4.9] gcc-4.9: AddressSanitizer fails with pthread_cond_init
Added tag(s) upstream, fixed-upstream, and wontfix.
--
786850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786850
Debian Bug Tracking System
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.
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 debian-gcc-requ...@lists.debian
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 debian-g
Package: gcc-4.9
Version: 4.9.2-16
Severity: normal
Dear Maintainer,
Trivial C program:
#include
#include
int main (void)
{ pthread_cond_t cond;
pthread_cond_init(&cond, NULL);
return 0;
}
Above works correctly when compiled and run (even under Valgrind)
6 matches
Mail list logo