https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91902
Bug ID: 91902 Summary: "Where has __float128 gone" error during "making" gcc Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: akulishe95 at mail dot ru Target Milestone: --- After configuring gcc (version 9.2.0) with the following options: ./configure --prefix=/data0/home/hirlam/sednersoft/gcc4.9.2 --enable-languages=c,c++,fortran --disable-multilib --program-suffix=-9.1 --with-gmp-lib=/data0/home/hirlam/sednersoft/gmp6.1.2/lib --with-gmp-include=/data0/home/hirlam/sednersoft/gmp6.1.2/include --with-mpfr-lib=/data0/home/hirlam/sednersoft/mpfr4.0/lib --with-mpfr-include=/data0/home/hirlam/sednersoft/mpfr4.0/include --with-mpc-lib=/data0/home/hirlam/sednersoft/mpc1.1/lib --with-mpc-include=/data0/home/hirlam/sednersoft/mpc1.1/include --disable-libsanitizer --disable-libcilkrts I get such error message (../.././libgfortran/kinds-override.h:40:5: error: #error "Where has __float128 gone?") and the process of building stops. I saw the same issue in BUG with ID 53731, but as I could understand the issue was closed. What is the nature of the problem and is there a solution to tackle it?