On Wed, Feb 20, 2019 at 03:26:01PM -0700, Jeff Law wrote: > Assuming we didn't reintroduce the original issue with 88074, OK since > it just widens the exponents range.
Yeah, the original issue which has a testcase in the testsuite now still compiles instantly. The default mpfr emin is -1073741823 and emax 1073741823 and so even if we bump those to those -32990 and 32770 on e.g. x86, it is still far from the problematic ranges. Jakub