This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/26750] invalid inline asm sematics are caught too late
- 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: 18 Mar 2006 16:36:41 -0000
- Subject: [Bug c/26750] invalid inline asm sematics are caught too late
- References: <bug-26750-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-18 16:36 -------
Likewise for:
tret = gimplify_expr (&TREE_VALUE (link), pre_p, post_p,
is_gimple_lvalue, fb_lvalue | fb_mayfail);
if (tret == GS_ERROR)
{
error ("memory input %d is not directly addressable", i);
ret = tret;
}
I am making inline-asm one bug because it would just put them together.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|invalid lvalue in asm output|invalid inline asm sematics
|is caught too late |are caught too late
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26750