On Thu, Nov 22, 2012 at 06:39:11AM -0800, H.J. Lu wrote:
> fsanitize=address doesn't work with static link. This patch issues
> an error when both are specified. OK to install?
> 2012-11-22 H.J. Lu
>
> PR driver/55379
Replace driver/ with sanitizer/
> * gcc.c (LINK_COMMAND_SPEC
Hi,
fsanitize=address doesn't work with static link. This patch issues
an error when both are specified. OK to install?
Thanks.
H.J.
---
2012-11-22 H.J. Lu
PR driver/55379
* gcc.c (LINK_COMMAND_SPEC): Issue an error for -static with
-fsanitize=address.
diff --git