This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/3990: logical or | within inline assembly cuts off assembly code
- From: jakub at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jodaman at ee1 dot bradley dot edu, nobody at gcc dot gnu dot org
- Date: 19 Feb 2002 14:47:44 -0000
- Subject: Re: c/3990: logical or | within inline assembly cuts off assembly code
- Reply-to: jakub at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jodaman at ee1 dot bradley dot edu, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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