bug-bison
[Top][All Lists]
Advanced

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

Re: 1.75 test suite failures with AIX 4.3.2


From: Paul Eggert
Subject: Re: 1.75 test suite failures with AIX 4.3.2
Date: Wed, 13 Nov 2002 15:53:26 -0800

> From: Albert Chin-A-Young <address@hidden>
> Date: Wed, 13 Nov 2002 14:48:42 -0600
> 
> (AIX 4.3.2)
> gmake[3]: Entering directory `/opt/build/bison-1.75b/src'
> xlc -DHAVE_CONFIG_H -DPKGDATADIR=\"/opt/TWWfsw/bison17/share/bison\"
> -DLOCALEDIR=\"/opt/TWWfsw/bison17/share/locale\" -I. -I. -I.. -I..
> -I../lib  -I/opt/TWWfsw/gettext011/include
> -I/opt/TWWfsw/libiconv18/include   -O2 -qmaxmem=-1 -qarch=com -c `test
> -f 'LR0.c' || echo './'`LR0.c
> "struniq.h", line 31.17: 1506-120 (S) Function cannot return a const
> qualified type.
> 
> [The problem here is that in struniq.h:
>   typedef const char *struniq_t;
>   const struniq_t struniq_new (const char *s);
> 
>   How about just replacing the prototype with:
>    struniq_t struniq_new (const char *s);]

Yes, that's what we did in the "official" 1.75b, which you can find in:

ftp://alpha.gnu.org/gnu/bison/bison-1.75b.tar.gz

Please note that this version's test 42 is known to fail, so you don't
need to worry about this output:

 42: actions.at:368    FAILED near `actions.at:368'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]