# HG changeset patch # User arpi # Date 1005776995 0 # Node ID 8551ccd5fab7c4a224a6b4e5b58a6fef5fda9591 # Parent 220e6c728747626fadc004c3e10ca7534ecaf358 updated. pipe bug not yet fixed diff -r 220e6c728747 -r 8551ccd5fab7 DOCS/gcc-2.96-3.0.html --- a/DOCS/gcc-2.96-3.0.html Wed Nov 14 22:18:16 2001 +0000 +++ b/DOCS/gcc-2.96-3.0.html Wed Nov 14 22:29:55 2001 +0000 @@ -42,10 +42,8 @@

Ah, and about the pipe-in-comment bug: it wasn't really our bug. I've talked one of gcc maintainers, and he told me that gcc 2.96 and 3.x -supports intel asm syntax, and it caused the pipe bug. But it was a bug, -because gcc silently, without any warning, ignored the whole asm block. -They have fixed that, now it prints warning and doesn't skip the block. -(at least he told me, i didn't checked) +supports intel asm syntax, and it caused the pipe bug. But it is a bug, +because gcc silently, without any warning, ignored the whole asm block!