This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc addresssanitizer in MIPS
- From: Yury Gribov <y dot gribov at samsung dot com>
- To: pinskia at gmail dot com, Jean Lee <xiaoyur347 at gmail dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, Evgeny Gavrin <e dot gavrin at samsung dot com>, GarbuzovViacheslav <v dot garbuzov at samsung dot com>
- Date: Tue, 29 Oct 2013 08:51:39 +0400
- Subject: Re: gcc addresssanitizer in MIPS
- Authentication-results: sourceware.org; auth=none
> Does someone use addresssanitizer in other platform (i386/x64/arm/ppc)
> suffer this problem?
Hi Jean,
Yes, we do see this error on ARM. Full description and suggested patch
are available at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58543
I'm curious whether suggested patch is going to work for Andrew.
-Y