http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58543
--- Comment #10 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Thu Oct 31 12:10:01 2013 New Revision: 204251 URL: http://gcc.gnu.org/viewcvs?rev=204251&root=gcc&view=rev Log: 2013-10-31 Richard Sandiford <rsand...@linux.vnet.ibm.com> Yury Gribov <y.gri...@samsung.com> PR sanitizer/58543 * asan.c (asan_clear_shadow): Allocate a new vreg for temporary shadow pointer to avoid clobbering the main one. Modified: trunk/gcc/ChangeLog trunk/gcc/asan.c