https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92661
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #10 from Peter Bergner <bergner at gcc dot gnu.org> --- The commit above fixes the bootstrap issue. However, we still have an issue with the testsuite test case dtstsfi-0.c. That test case calls a builtin function that overloads one of the DFP builtins we skipped defining with per this commit. The current code uses standin types rather than DFP types, so we do not recognize that DFP has been disabled.