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: Paul Eggert
Subject: Re: bug in bison 1.875
Date: 04 Mar 2003 10:48:48 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3

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?




reply via email to

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