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

--- Comment #9 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2010-10-12 
20:23:26 UTC ---
I think I'm going to use gcc.c-torture/execute/simd-5.c at -O0.
I'll compare r165239 to (r165240 plus your commit at r165382), ok?

Looking at r165240, I have a hunch that we're going to find a function call to
a libgcc function with the stack-pointer at an...awkward state.

cris.h:
#define BIGGEST_ALIGNMENT 8
#define STACK_BOUNDARY \
 (TARGET_STACK_ALIGN ? (TARGET_ALIGN_BY_32 ? 32 : 16) : 8)
(i.e. 8 for cris-elf default.)

Reply via email to