[Bug c/26750] invalid inline asm sematics are caught too late
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Mar 18 16:36:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list