On Mon, Mar 17, 2003 at 06:03:13 -0600, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> #137020: libc6-dev: Incorrect macro _FPU_SETCW in <fpu_control.h>,
> which was filed against the libc6-dev package.
> 
> It has been closed by one of the developers, namely
> GOTO Masanori <[EMAIL PROTECTED]>.

I don't know why this bug was closed. Compiling the following program
fails with libc6 2.3.1-16:

#include <fpu_control.h>
int main(void)
{
  _FPU_SETCW(_FPU_RC_ZERO);
  return 0;
}

ay:~> cc tst.c
tst.c: In function `main':
tst.c:4: unnamed fields of type other than struct or union are not allowed
tst.c:4: warning: no semicolon at end of struct or union
tst.c:4: syntax error before numeric constant
tst.c:4: `tmp' undeclared (first use in this function)
tst.c:4: (Each undeclared identifier is reported only once
tst.c:4: for each function it appears in.)
tst.c:4: syntax error before "__attribute__"
tst.c:4: syntax error before numeric constant
tst.c:4: syntax error before numeric constant
tst.c: At top level:
tst.c:5: syntax error before "return"
zsh: exit 1     cc tst.c

-- 
Vincent Lef�vre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Math�matiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to