This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/15740] [3.5 Regression] ICE caused by a memory operand in an asm statement
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 May 2004 23:09:01 -0000
- Subject: [Bug inline-asm/15740] [3.5 Regression] ICE caused by a memory operand in an asm statement
- References: <20040530225725.15740.l_belev@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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