Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454942 Details for
Bug 599072
app-emulation/wine internal compiler error when compiling 64 bit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc-5.3.0 bug fix patch
gcc-5.3-wine.patch (text/plain), 788 bytes, created by
Konstantin (elxa)
on 2016-12-03 00:06:46 UTC
(
hide
)
Description:
gcc-5.3.0 bug fix patch
Filename:
MIME Type:
Creator:
Konstantin (elxa)
Created:
2016-12-03 00:06:46 UTC
Size:
788 bytes
patch
obsolete
>--- a/gcc/config/i386/i386.c 2016/01/18 16:18:49 232527 >+++ b/gcc/config/i386/i386.c 2016/01/18 16:19:53 232528 >@@ -9690,6 +9690,10 @@ > if (TARGET_64BIT_MS_ABI && get_frame_size () > SEH_MAX_FRAME_SIZE) > return true; > >+ /* SSE saves require frame-pointer when stack is misaligned. */ >+ if (TARGET_64BIT_MS_ABI && ix86_incoming_stack_boundary < 128) >+ return true; >+ > /* In ix86_option_override_internal, TARGET_OMIT_LEAF_FRAME_POINTER > turns off the frame pointer by default. Turn it back on now if > we've not got a leaf function. */ >@@ -13065,6 +13065,8 @@ > m->fs.fp_valid = true; > } > >+ m->fs.sp_valid = !frame_pointer_needed; >+ > if (!int_registers_saved) > ix86_emit_save_regs_using_mov (frame.reg_save_offset); > if (!sse_registers_saved)
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 599072
: 454942