http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56990
--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> 2013-04-22 17:14:14 UTC --- Author: mpolacek Date: Mon Apr 22 17:13:56 2013 New Revision: 198149 URL: http://gcc.gnu.org/viewcvs?rev=198149&root=gcc&view=rev Log: PR sanitizer/56990 * tsan.c (instrument_expr): Don't instrument expression in case its size is zero. * gcc.dg/pr56990.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr56990.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/testsuite/ChangeLog branches/gcc-4_8-branch/gcc/tsan.c