bug-bison
[Top][All Lists]
Advanced

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

Re: bug in bison 1.875


From: Martin MOKREJŠ
Subject: Re: bug in bison 1.875
Date: Tue, 4 Mar 2003 19:52:49 +0100 (CET)

On Tue, 4 Mar 2003, Paul Eggert wrote:

> Martin MOKREJŠ <address@hidden> writes:
>
> > int i;
> > _Bool  e = &i;
> >
> > So, probably add this testcase to configure checks.
>
> Sorry, I don't follow.  'configure' already checks this case:
>
>         struct s { _Bool s: 1; _Bool t; } s;
>           ...
>         bool e = &s;
>
> and from the log you enclosed, 'configure' notices that the compiler
> dumps core on this example, and therefore avoids using 'bool'
> thereafter.  Isn't that the right thing to do for that compiler?
> Why would it help to add the extra test case that you mention?

Sorry, you are right, the only thing I meant now you might inspect is the
testsuite.log file with the *one* test which failed. The rest I hope will
be fixed by HP.


27. reduce.at:212: testing Reduced Automaton...
reduce.at:248: bison not-reduced.y
reduce.at:260: sed -n '/^Grammar/q;/^$/!p' not-reduced.output
reduce.at:287: bison reduced.y
reduce.at:291: sed 's/not-reduced/reduced/g' not-reduced.c
--- expout      2003-03-03 13:18:55.000000000 +0100
+++ /scratch/bison-1.875/tests/testsuite.dir/at-stdout  2003-03-03 
13:18:56.000000000 +0100
@@ -1166,7 +1166,7 @@
 }


-#line 10 "reduced.y"
+#line 18 "reduced.y"



27. reduce.at:212: FAILED near `reduce.at:291'


-- 
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585




reply via email to

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