|
From: Ivo R. <iv...@iv...> - 2014-08-22 22:04:27
|
Note that this also kind-of fixes *Bug 335353* <https://bugs.kde.org/show_bug.cgi?id=335353> - expected output of exp-sgcheck/tests/hackedbz2 mismatch with gcc 4.8.1 https://bugs.kde.org/show_bug.cgi?id=335353 I. ---------- Forwarded message ---------- From: <sv...@va...> Date: 2014-08-21 5:33 GMT-07:00 Subject: [Valgrind-developers] Valgrind: r14326 - /trunk/exp-sgcheck/tests/hackedbz2.c To: val...@li... Author: mjw Date: Thu Aug 21 12:33:31 2014 New Revision: 14326 Log: exp-sgcheck/tests/hackedbz2.c mark vex_strlen as noinline Explicitly set noinline so the test can check it is in the backtrace. Newer gcc versions happily optimize it away otherwise. Modified: trunk/exp-sgcheck/tests/hackedbz2.c |