[Bug regression/29248] Stack pointer is modified in functions that don't use the stack

2006-09-26 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-27 04:42 --- Can you give the output of gcc -v for powerpc-wrs-vxworks? I bet vxworks enables altivec by default which means it is a dup still. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29248

[Bug regression/29248] Stack pointer is modified in functions that don't use the stack

2006-09-26 Thread atgraham at gmail dot com
--- Comment #3 from atgraham at gmail dot com 2006-09-27 04:28 --- Ack! Sorry--I had indicated the wrong target on that one. The target is vxworks, not linux. My 4.1.1 powerpc-linux compiler *does* get this optimization right. So something in the vxworks-specific code is causing this