On Sun, 28 Jan 2007, Christian Kellermann wrote:

> I am in the progress of updating OpenBSD's GNU bison port to 2.3.
> The compilation works without errors. During the regression tests,
> there are failures. I have attached the testsuite.log. If there is
> anymore information I can provide I will happily do so.

Thanks for the report.

Please try the following commands from the root of your Bison build:

  cd tests
  ./testsuite -d 155
  cd testsuite.dir/155
  ../../bison -o glr-regr14.c glr-regr14.y 
  cc glr-regr14.c

What output do you get?

Now edit the file glr-regr14.y by replacing all occurrences of:

  union YYSTYPE

with just:

  YYSTYPE

There should be four instances.  Run:

  ../../bison -o glr-regr14.c glr-regr14.y
  cc glr-regr14.c
  
What output do you get now?


Reply via email to