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

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 =

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

2008-10-27 Thread polettog at gmail dot com
--- Comment #1 from polettog at gmail dot com 2008-10-27 10:47 --- Created an attachment (id=16563) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16563action=view) module.c of shared library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927

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

2008-10-27 Thread polettog at gmail dot com
--- Comment #2 from polettog at gmail dot com 2008-10-27 10:48 --- Created an attachment (id=16564) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16564action=view) module.h of shared library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927

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

2008-10-27 Thread polettog at gmail dot com
--- Comment #3 from polettog at gmail dot com 2008-10-27 10:48 --- Created an attachment (id=16565) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16565action=view) main program using shared library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927