[Bug c/21160] how to force a variable into the stack?

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Apr 22 14:32:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-22 14:31 -------
See <http://gcc.gnu.org/ml/gcc/2004-06/msg01035.html> also.

Also the following will work:
asm volatile ("" : : "p" (&a));
instead of
(void)&a;

-- 


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



More information about the Gcc-bugs mailing list