http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-20 19:58:44 UTC --- (In reply to comment #7) > Thanks now bootstrap completes. > > It seems to me that libgfortran is not built with -fsanitize=address despite > --with-build-config=bootstrap-asan > > Is there a way to make that happen ? bootstrap-asan is for bootstrapping GCC with -fsanitize=address. It is orthogonal from compiling target run-time libraries with -fsanitize=address.