[Bug 26663] Re: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ?

2013-03-23 Thread Bug Watch Updater
** Changed in: gcc Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/26663 Title: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ? To manage notifications ab

[Bug 26663] Re: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ?

2006-10-06 Thread Bug Watch Updater
** Changed in: gcc (upstream) Status: Rejected => Fix Released -- gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ? https://launchpad.net/bugs/26663 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 26663] Re: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ?

2006-10-05 Thread Matthias Klose
fixed in gcc-4.1 (edgy) ** Bug watch removed: GCC Bugzilla #29350 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29350 ** Bug watch added: GCC Bugzilla #4372 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4372 ** Changed in: gcc-4.0 (Ubuntu) Status: Confirmed => Fix Released -- gthr.h:

[Bug 26663] Re: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ?

2006-10-05 Thread Bug Watch Updater
** Changed in: gcc (upstream) Status: Unknown => Rejected -- gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ? https://launchpad.net/bugs/26663 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 26663] Re: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ?

2006-10-04 Thread Adam Buchbinder
** Bug watch added: GCC Bugzilla #29350 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29350 ** Also affects: gcc (upstream) via http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29350 Importance: Unknown Status: Unknown -- gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ? https://launc

[Bug 26663] Re: gthr.h: _GLIBCXX_GTHREAD_USE_WEAK is 1 by default ?

2006-10-04 Thread Adam Buchbinder
I can confirm, with libstdc++6-4.0-dev 4.0.3-1ubuntu5 and gcc 4.0.3-1. $ cat weakpthread.cpp #include #include int main() { pthread_mutexattr_t *attr; pthread_mutexattr_init(attr); return 0; } $ g++ -Wall weakpthread.cpp $ ./a.out Segmentation fault ** Changed in: gcc-4.0 (Ubuntu)