On Thu, 19 Oct 2017, Janus Weil wrote: > Ping! > > Is there any hope to get this 3-year-old patch to trunk after all? (It > seems there was at least a review of the Fortran parts, which has not > seen a reply ...)
I'm not clear here what the semantics of -static-libquadmath are meant to be without -static-libgfortran. I'm guessing the patch version at <https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00771.html> is the one you want reviewed. The documentation appears to indicate that -static-libquadmath is perfectly meaningful without -static-libgfortran. But in the code, the comment on add_arg_libgfortran seems to imply FORCE_STATIC_LIBQUADMATH is only relevant if FORCE_STATIC is true, and the implementation seems likewise (only adding -Wl,-Bstatic if FORCE_STATIC). -- Joseph S. Myers jos...@codesourcery.com