[Bug libmudflap/44661] Link order (?) might cause threaded libmudflap to assert

2013-03-02 Thread g_sauthoff at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44661 --- Comment #5 from Georg Sauthoff g_sauthoff at web dot de 2013-03-02 20:42:25 UTC --- I can reproduce this issue on Ubuntu 10.04 (gcc 4.4.3). That means: $ gcc -o foo foo.c -fmudflapth -lpthread -lmudflapth $ ./foo - mf

[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

2013-03-02 Thread g_sauthoff at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927 --- Comment #4 from Georg Sauthoff g_sauthoff at web dot de 2013-03-02 20:51:07 UTC --- Can reproduce this with gcc 4.7.2: $ cat setl.c #include locale.h #include stdio.h #include string.h int main() { char *s = setlocale

[Bug c++/45132] New: Inconsistant function overloading between template and non-template functions

2010-07-29 Thread g_sauthoff at web dot de
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: g_sauthoff at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45132