1--- trunk/gcc/lra-eliminations.c	2015/02/04 20:00:48	220415
2+++ trunk/gcc/lra-eliminations.c	2015/02/04 20:02:21	220416
3@@ -182,6 +182,8 @@
4   if (! value
5       && ep->from == FRAME_POINTER_REGNUM && ep->to == STACK_POINTER_REGNUM)
6     frame_pointer_needed = 1;
7+  if (!frame_pointer_needed)
8+    REGNO_POINTER_ALIGN (HARD_FRAME_POINTER_REGNUM) = 0;
9 }
10
11 /* Map: eliminable "from" register -> its current elimination,
12