[Bug c/12122] gcc do not respect stack argument list order
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 1 05:42:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12122
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-01 05:42 -------
Actually what is happening is the GCC is storing at -O0 not in where the arguments go
but in a different place so this is a non-bug. Also at -O3 gcc will inline the code so that is
why you are seeing the "right" slot.
More information about the Gcc-bugs
mailing list