Re: incompatible pointer type
От | Tom Lane |
---|---|
Тема | Re: incompatible pointer type |
Дата | |
Msg-id | 1946.1318993011@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: incompatible pointer type (Robert Young <yayooo@gmail.com>) |
Ответы |
Re: incompatible pointer type
|
Список | pgsql-bugs |
Robert Young <yayooo@gmail.com> writes: > On Tue, Oct 18, 2011 at 18:22, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Hmm, what version of bison are you using? > # /usr/bin/bison -V > bison (GNU Bison) 2.3 > Written by Robert Corbett and Richard Stallman. > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > # > From: > http://ftp.openbsd.org/pub/OpenBSD/4.9/packages/amd64/bison-2.3.tgz Interesting. I've got bison 2.3 on my Mac laptop, and it does what I expect (ie, it emits "typedef union YYSTYPE ..."). So do the oldest and newest bison versions I have handy (1.875 and 2.4.3), and both of their manuals specify that this is the expected behavior -- see http://www.gnu.org/s/bison/manual/html_node/Union-Decl.html about halfway down the page. A little bit of googling suggests that this is a bug or incompatibility with openbsd's m4 (a tool that bison relies on): http://comments.gmane.org/gmane.comp.parsers.bison.bugs/2708 That thread petered out without any clear resolution, but maybe you should check for m4 updates, or try installing GNU m4. regards, tom lane
В списке pgsql-bugs по дате отправления: