https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119408
--- Comment #15 from chenglulu <chenglulu at loongson dot cn> --- (In reply to Xi Ruoyao from comment #14) > (In reply to chenglulu from comment #13) > > There is a problem now. When gcc supports both _Float128 and Q suffixes, the > > libquadmath library will be automatically linked when the fortran program is > > compiled using gfortran compiled with this version of gcc code. However, the > > current LoongArch does not support this library. > > This library should only be supported when long double is **not** 128-bit. > See why PR96016 was closed as INVALID. So is the right thing for us to do is to remove support for these two?