Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132804 Details for
Bug 194975
[gcc-4.2.1 and 4.2.2] works on ARM with additional patches from openembedded.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
arm-pr30486.patch
07_arm-pr30486.patch (text/plain), 642 bytes, created by
Vladimir Smirnov (RETIRED)
on 2007-10-07 10:13:31 UTC
(
hide
)
Description:
arm-pr30486.patch
Filename:
MIME Type:
Creator:
Vladimir Smirnov (RETIRED)
Created:
2007-10-07 10:13:31 UTC
Size:
642 bytes
patch
obsolete
>Index: trunk/gcc/fortran/trans-types.c >=================================================================== >--- trunk/gcc/fortran/trans-types.c (revision 170435) >+++ trunk/gcc/fortran/trans-types.c (working copy) >@@ -1800,6 +1800,13 @@ gfc_type_for_size (unsigned bits, int un > if (type && bits == TYPE_PRECISION (type)) > return type; > } >+ >+ /* Handle TImode as a special case because it is used by some backends >+ (eg. ARM) even though it is not available for normal use. */ >+#if HOST_BITS_PER_WIDE_INT >= 64 >+ if (bits == TYPE_PRECISION (intTI_type_node)) >+ return intTI_type_node; >+#endif > } > else > { >
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 194975
: 132804 |
132806