[Bug middle-end/96044] New: GCC hangs in tight loop resolving __builtin_jn using MPFR
acoplan at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 3 09:39:48 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96044
Bug ID: 96044
Summary: GCC hangs in tight loop resolving __builtin_jn using
MPFR
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: acoplan at gcc dot gnu.org
Target Milestone: ---
On the following code:
void f(void)
{
__builtin_jn(73333,73333);
}
GCC since 4.3 hangs in a tight loop inside MPFR code trying to constant fold
the call away.
More information about the Gcc-bugs
mailing list