[Bug inline-asm/15740] [3.5 Regression] ICE caused by a memory operand in an asm statement
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 31 21:29:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-30 23:08 -------
Confirmed, the problem here is that a is being marked as addressable too late in the game. I think the
front-ends should be marking the variables as TREE_ADDRESSABLE just as they do for the output
constraints, I will work up a patch to do this unless some objects.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org, dnovillo at gcc dot gnu
| |dot org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-05-30 23:08:56
date| |
Summary|ICE caused by a memory |[3.5 Regression] ICE caused
|operand in an asm statement |by a memory operand in an
| |asm statement
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15740
More information about the Gcc-bugs
mailing list