This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C constant expressions proposals
"Joseph S. Myers" <jsm@polyomino.org.uk> writes:
| On Sat, 14 Aug 2004, Gabriel Dos Reis wrote:
|
| > The bit I'm not happy with is:
| >
| > E.float_constant := false
| >
| > it should be
| >
| > E.float_constant := E1.float_constant
|
| No, float_constant says whether something is literally a floating point
I see.
| > E.bad_operator := false
| > E.overflow := E1.overflow
|
| bad_operator and overflow are inherited from E1 by virtue of
|
| E.attrs := E1.attrs
OK. Thanks.
-- Gaby