[Bug sanitizer/60055] Invalid binding of __tsan_default_options

2014-02-04 Thread chefmax at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60055 --- Comment #1 from chefmax at gcc dot gnu.org --- Created attachment 32034 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32034action=edit Proposed patch Attached patch seems to fix the bug. $ readelf -s

[Bug sanitizer/60055] Invalid binding of __tsan_default_options

2014-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60055 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- Shouldn't __tsan::OnFinalize also have SANITIZER_INTERFACE_ATTRIBUTE ? __tsan::OnReport does have it.

[Bug sanitizer/60055] Invalid binding of __tsan_default_options

2014-02-04 Thread dvyukov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60055 Dmitry Vyukov dvyukov at google dot com changed: What|Removed |Added CC||dvyukov at

[Bug sanitizer/60055] Invalid binding of __tsan_default_options

2014-02-04 Thread chefmax at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60055 --- Comment #4 from Maxim Ostapenko chefmax at gcc dot gnu.org --- (In reply to Dmitry Vyukov from comment #3) Hi, Does this work for you http://llvm.org/viewvc/llvm-project?view=revisionrevision=200747 ? These callbacks are intended for

[Bug sanitizer/60055] Invalid binding of __tsan_default_options

2014-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60055 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Tue Feb 4 10:46:22 2014 New Revision: 207459 URL: http://gcc.gnu.org/viewcvs?rev=207459root=gccview=rev Log: PR sanitizer/60055 * tsan/tsan_flags.cc

[Bug sanitizer/60055] Invalid binding of __tsan_default_options

2014-02-04 Thread chefmax at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60055 Maxim Ostapenko chefmax at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED