This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/26750] invalid inline asm sematics are caught too late



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]