--- Comment #4 from hjl dot tools at gmail dot com 2008-07-31 13:16 ---
bash-3.2$ cat /tmp/crtfastmath.i
int __get_cpuid (unsigned int __level,
unsigned int *__eax, unsigned int *__ebx,
unsigned int *__ecx, unsigned int *__edx);
void
__attribute__ ((force_align_arg_pointer))
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-07-31 07:16
---
Just to confirm that reverting r138135-r138140 makes the bug vanish.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36980
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-07-31 07:08 ---
Yes this code is definitely wrong as on the PPC, we can load the stack pointer
from memory.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36980
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2008-07-31 06:57
---
Created an attachment (id=15980)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15980&action=view)
Preprocessed file to be compiled with -msse -g -mtune=i586.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|