------- Comment #4 from ubizjak at gmail dot com  2010-08-09 15:24 -------
H.J, this was introduced by your commit:

138808        hjl   /* Ensure current function's preferred stack boundary is at
least
138808        hjl      what we need.  Stack alignment may also increase
preferred stack
138808        hjl      boundary.  */
137045       uros   if (crtl->preferred_stack_boundary <
preferred_stack_boundary)
134425    hubicka     crtl->preferred_stack_boundary =
preferred_stack_boundary;
138808  ***   hjl   else
138808  ***   hjl     preferred_stack_boundary =
crtl->preferred_stack_boundary;
 31831    hubicka 
 33913    hubicka   preferred_unit_stack_boundary = preferred_stack_boundary /
BITS_PER_UNIT;
   201        rms 

By backing out lines marked as ***, compilation succeeds.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45234

Reply via email to