[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#137020: acknowledged by developer (Bug#137020: fixed in glibc 2.3.1-15)



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 <gotom@debian.or.jp>.

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 <vincent@vinc17.org> - 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



Reply to: