From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90E0F385BF92; Wed, 1 Apr 2020 13:33:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90E0F385BF92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585747998; bh=cemqmroOZBnSqKbnHpi+AlUV4z3JdFAg0ZGFANtG6Jw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pi5FntyOF0VZcmraJIzXheZU13LD3t1YDdmiCLQjAqk8LZ0f5tueekippNhldncyn QSpjXOFHt2AXh9Lg1enzsssqCeBURlitLjEtyP17RuopwsROMdV13HT8n4oW2tHBxI TFSsBD2Yc+96NhKuLVOS1nIssdkLrOswbqZCNufk= From: "vincent-gcc at vinc17 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/91858] [9/10 Regression] Compile time hog w/ complex float trigonometric functions Date: Wed, 01 Apr 2020 13:33:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-gcc at vinc17 dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 13:33:18 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91858 --- Comment #8 from Vincent Lef=C3=A8vre --- The exponent range is important. With ltrace, I can see: 3472505 mpfr_set_emin(0xffffffffffff7f22, 0xffffbf92, 0xffffbf92, 46) =3D 0 3472505 mpfr_set_emax(0x8002, 0xffffbf92, 0x7fb7c2c9c420, 46) =3D 0 (BTW, this is buggy, mpfr_set_emin and mpfr_set_emax take one argument only= ). And with these corresponding particular values mpfr_set_emin (-32990); mpfr_set_emax (32770); my MPC test loops.=