[Bug c/37613] probelm with optmization and local variable stored in an asm register
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 22 11:29:00 GMT 2008
------- Comment #1 from rguenth at gcc dot gnu dot org 2008-09-22 11:27 -------
reg_ebx is obviously unused in your function so the assignment is DCEd. I
guess
what you try to do is not really possible with C.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37613
More information about the Gcc-bugs
mailing list