C constant expressions proposals

Gabriel Dos Reis gdr@integrable-solutions.net
Sat Aug 14 21:05:00 GMT 2004


"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



More information about the Gcc mailing list