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

Collapse All | Expand All

(-)gcc/emit-rtl.orig.c (+6 lines)
Lines 960-965 Link Here
960
{
960
{
961
  int offset;
961
  int offset;
962
962
963
  /* Hard registers can be reused for multiple purposes within the same
964
     function, so setting REG_ATTRS, REG_POINTER and REG_POINTER_ALIGN
965
     on them is wrong.  */
966
  if (HARD_REGISTER_P (reg))
967
    return;
968
963
  offset = byte_lowpart_offset (GET_MODE (reg), GET_MODE (x));
969
  offset = byte_lowpart_offset (GET_MODE (reg), GET_MODE (x));
964
  if (MEM_P (x))
970
  if (MEM_P (x))
965
    {
971
    {

Return to bug 228517