Hi Sebastien, Hi Steven

  I am applying the patch below as obvious fix for a typo in lm32.c.

Cheers
  Nick

gcc/ChangeLog
2012-06-29  Nick Clifton  <ni...@redhat.com>

        * config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.

Index: lm32.c
===================================================================
--- lm32.c      (revision 189064)
+++ lm32.c      (working copy)
@@ -460,7 +460,7 @@
          callee_size += UNITS_PER_WORD;
        }
     }
-  if (df_regs_ever_live_p (RA_REGNUM) || crtl->is_leaf!
+  if (df_regs_ever_live_p (RA_REGNUM) || ! crtl->is_leaf
       || !optimize)
     {
       reg_save_mask |= 1 << RA_REGNUM;

Reply via email to