bug-bison
[Top][All Lists]
Advanced

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

Re: [SPAM] [GNU Bison 2.3] testsuite: 155 failed


From: Joel E. Denny
Subject: Re: [SPAM] [GNU Bison 2.3] testsuite: 155 failed
Date: Sun, 28 Jan 2007 15:37:10 -0500 (EST)

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

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