On Wed, 2013-11-13 at 18:29 +0100, Jakub Jelinek wrote: > On Wed, Nov 13, 2013 at 11:25:06AM -0600, Peter Bergner wrote: > > > * sanitizer_common/sanitizer_platform_limits_linux.cc: Temporarily > > > ifdef out almost the whole source. > > > * sanitizer_common/sanitizer_common_syscalls.inc: Likewise. > > > Ok, thanks.
Ok, committed as revision 204757. Thanks. Looking at the testsuite results, I'm seeing some new ASAN failures, but they seem related to the new merge and not my patch, so I'll open a new bugzilla entry for it. Peter [bergner@igoo asan]$ cat foo.i extern int printf(const char *format, ...); void Child (void) { char x[32] = {0}; printf ("Child: \n", x); } int main (void) { return 0; } [bergner@igoo asan]$ /home/bergner/gcc/build/gcc-fsf-mainline-asan/gcc/xgcc -B/home/bergner/gcc/build/gcc-fsf-mainline-asan/gcc/ -fsanitize=address -O1 -m32 -c foo.i /tmp/ccadY6mS.s: Assembler messages: /tmp/ccadY6mS.s:136: Error: symbol `.LASANPC0' is already defined