Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574044 | Differences between
and this patch

Collapse All | Expand All

(-)trunk/gcc/config/i386/i386.c (+4 lines)
Lines 10903-10908 Link Here
10903
  if (TARGET_64BIT_MS_ABI && get_frame_size () > SEH_MAX_FRAME_SIZE)
10903
  if (TARGET_64BIT_MS_ABI && get_frame_size () > SEH_MAX_FRAME_SIZE)
10904
    return true;
10904
    return true;
10905
10905
10906
  /* SSE saves require frame-pointer when stack is misaligned.  */
10907
  if (TARGET_64BIT_MS_ABI && ix86_incoming_stack_boundary < 128)
10908
    return true;
10909
  
10906
  /* In ix86_option_override_internal, TARGET_OMIT_LEAF_FRAME_POINTER
10910
  /* In ix86_option_override_internal, TARGET_OMIT_LEAF_FRAME_POINTER
10907
     turns off the frame pointer b
10911
     turns off the frame pointer b

Return to bug 574044