[Bug sanitizer/86090] [ASAN] ASAN does not properly configure libbacktrace.

2018-06-14 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090 Denis Khalikov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/86090] [ASAN] ASAN does not properly configure libbacktrace.

2018-06-13 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090 --- Comment #3 from chefmax at gcc dot gnu.org --- Author: chefmax Date: Wed Jun 13 19:51:42 2018 New Revision: 261564 URL: https://gcc.gnu.org/viewcvs?rev=261564&root=gcc&view=rev Log: 2018-06-13 Denis Khalikov libsanitizer/ PR sani

[Bug sanitizer/86090] [ASAN] ASAN does not properly configure libbacktrace.

2018-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/86090] [ASAN] ASAN does not properly configure libbacktrace.

2018-06-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090 --- Comment #1 from Jakub Jelinek --- Patches should be posted to gcc-patches mailing list. You could as well add the lstat and readlink to the same AC_CHECK_FUNCS as the other functions, no need for two AC_CHECK_FUNCS. LGTM otherwise.