http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59965
Bug ID: 59965 Summary: All plugin tests fails with --with-build-config=bootstrap-asan Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: hjl.tools at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org When GCC is configured with --with-build-config="bootstrap-asan", all -flto tests will fail since -fsanitize=address is used to compile liblto_plugin.so and linker isn't compiled with -fsanitize=address. A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2012-11/msg02467.html