[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)



At Fri, 28 Mar 2003 03:13:13 +0100,
Vincent Lefevre wrote:
> 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

... and this bug is really fixed in glibc 2.3.2-1.

Regards,
-- gotom



Reply to: