[Top][All Lists]
[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?
- Re: bug in bison 1.875, Paul Eggert, 2003/03/01
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/02
- Re: bug in bison 1.875, Paul Eggert, 2003/03/03
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/04
- Re: bug in bison 1.875,
Paul Eggert <=
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/04
- Re: bug in bison 1.875, Paul Eggert, 2003/03/04
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/05
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/11
- Re: bug in bison 1.875, Paul Eggert, 2003/03/11
- Message not available
- Re: bug in bison 1.875, Paul Eggert, 2003/03/11
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/12
- Re: bug in bison 1.875, Martin MOKREJŠ, 2003/03/28