https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88074
--- Comment #36 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Aug 30 12:07:12 2019 New Revision: 275116 URL: https://gcc.gnu.org/viewcvs?rev=275116&root=gcc&view=rev Log: Backported from mainline 2019-02-20 Jakub Jelinek <ja...@redhat.com> PR middle-end/88074 PR middle-end/89415 * toplev.c (do_compile): Double the emin/emax exponents to workaround buggy mpc_norm. 2019-02-19 Richard Biener <rguent...@suse.de> PR middle-end/88074 * toplev.c (do_compile): Initialize mpfr's exponent range based on available float modes. 2019-02-20 Jakub Jelinek <ja...@redhat.com> PR middle-end/88074 PR middle-end/89415 * gcc.dg/pr88074-2.c: New test. 2019-02-19 Richard Biener <rguent...@suse.de> PR middle-end/88074 * gcc.dg/pr88074.c: New testcase. Added: branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr88074-2.c branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr88074.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/toplev.c