diff --git a/DOCS/gcc-2.96-3.0.html b/DOCS/gcc-2.96-3.0.html index c129188f80..f745f8b5de 100644 --- a/DOCS/gcc-2.96-3.0.html +++ b/DOCS/gcc-2.96-3.0.html @@ -42,10 +42,8 @@ We simply has no interest and time to do it.
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!