Folks, please remember that the Clang flag has recently changed to -fsanitize=address (-fsanitize=thread). This is hopefully the last syntax change there.
--kcc On Mon, Nov 12, 2012 at 8:45 AM, Tobias Burnus <bur...@net-b.de> wrote: > Jakub Jelinek: > >> On Mon, Nov 12, 2012 at 05:07:42PM +0100, Dodji Seketeli wrote: >>> >>> Following a request from Jakub, and given the fact that the patch set >>> have been reviewed by Diego, I have committed the last set of patches I >>> have posted to trunk. >> >> >> Thanks, I've committed as obvious the following formatting cleanup. > > > Also thanks from my side! > > I have also committed a small patch, which restores the single "-f…" > (instead of "--f…" vs. "f…" and which moved -faddress-sanitizer from the > optimization to the debugging option section. > > Tobias