On Fri, 26 Jul 2013, Marc Glisse wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57324 > (that is using llvm's sanitizer) > > and for a first patch (unreviewed): > > http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01466.html > (started at http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01402.html )
That patch is OK. Of course we'll want problems that show up when the testsuite is run with a compiler built with sanitization enabled to be fixed, as well as those that show up in a simple build of the compiler and its libraries, but it makes sense to fix the latter first. (And as the relevant functionality gets added to GCC's sanitizer, issues that show up in bootstrap with it enabled will need fixing as well.) -- Joseph S. Myers jos...@codesourcery.com