Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51421 Details for
Bug 82335
tigcc 0.96_beta2 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hangupfix-pre8.patch
hangupfix-pre8.patch (text/plain), 489 bytes, created by
Robert Führicht
on 2005-02-17 03:51:34 UTC
(
hide
)
Description:
hangupfix-pre8.patch
Filename:
MIME Type:
Creator:
Robert Führicht
Created:
2005-02-17 03:51:34 UTC
Size:
489 bytes
patch
obsolete
>--- gcc/real.c.org 2005-02-17 09:46:55.551831824 +0100 >+++ gcc/real.c 2005-02-17 09:47:52.785131040 +0100 >@@ -3017,7 +3017,7 @@ > while (uhigh || ulow) { > remainderh = uhigh; remainderl = ulow; > divisorl = uhigh = ulow = 0; >- divisorh = 10<<(HOST_BITS_PER_WIDE_INT-4); >+ divisorh = (HOST_WIDE_INT)10<<(HOST_BITS_PER_WIDE_INT-4); > /* Divide the pair of HOST_WIDE_INTs by 10 */ > for (j=2*HOST_BITS_PER_WIDE_INT-4;j>=0;j--) { > /* Shift the result to the left. */
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82335
:
51420
|
51421
|
51422
|
51927
|
52182
|
52184
|
54956
|
54959
|
58011
|
68825
|
70154
|
95761