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]

Re: c/3990: logical or | within inline assembly cuts off assembly code


Synopsis: logical or | within inline assembly cuts off assembly code

State-Changed-From-To: open->closed
State-Changed-By: jakub
State-Changed-When: Tue Feb 19 06:47:41 2002
State-Changed-Why:
    Fixed by:
    2001-10-12  Jakub Jelinek  <jakub@redhat.com>
    
            * final.c (output_asm_insn): Make sure assembly dialects are
            terminated, not nested.  Output `|' and `}' characters if they
            don't appear inside assembly dialect selection.
            * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
            rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
            rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
            strsetsi_rex_1): Add {} braces.
    
    in gcc 3.1 CVS.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3990


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