Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 638984 Details for
Bug 722774
=sys-devel/gcc-10.1.0: hangs on -O3 -fopt-info-vec (ARCH=amd64)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed addition to the "Gentoo patch set" for GCC
29_all_pr95118-fix.patch (text/plain), 432 bytes, created by
Adrien Dessemond
on 2020-05-14 14:28:43 UTC
(
hide
)
Description:
Proposed addition to the "Gentoo patch set" for GCC
Filename:
MIME Type:
Creator:
Adrien Dessemond
Created:
2020-05-14 14:28:43 UTC
Size:
432 bytes
patch
obsolete
>See Gentoo Bug #722774 and upstream PR: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95118 >--- a/gcc/real.c 2020-05-07 06:50:00.000000000 -0400 >+++ b/gcc/real.c 2020-05-14 08:55:17.252534440 -0400 >@@ -1714,8 +1714,8 @@ > > do_multiply (&u, &v, ten); > >- /* Stop if we're now >= 1. */ >- if (REAL_EXP (&u) > 0) >+ /* Stop if we're now >= 1 or zero. */ >+ if (REAL_EXP (&u) > 0 || u.cl == rvc_zero) > break; > > v = u;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 722774
:
638652
|
638654
|
638660
| 638984