This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/29119] [4.0/4.1/4.2 Regression] Internal compiler error while adding __asm__ statement
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Oct 2006 11:55:58 -0000
- Subject: [Bug inline-asm/29119] [4.0/4.1/4.2 Regression] Internal compiler error while adding __asm__ statement
- References: <bug-29119-13269@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rguenth at gcc dot gnu dot org 2006-10-11 11:55 -------
Gimplification marks the TARGET_EXPR addressable in
{
__asm__ __volatile__(""::"m" TARGET_EXPR <D.1873, {
unsigned int __v;
unsigned int __v;
D.1873 = __v;
}>);
}
while it should mark the gimplified lvalue addressable.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2006-09-17 21:57:22 |2006-10-11 11:55:58
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29119