Re: Comment mismatch in tree-cfg.c:verify_gimple_expr

2007-08-31 Thread Richard Guenther
On Fri, 31 Aug 2007, Richard Guenther wrote: > On Fri, 31 Aug 2007, Diego Novillo wrote: > > > > > Richard, this comment does not match the code. The code allows type > > conversions between two integral types and between arbitrary types that > > happen to *not* be integral. Which semantics di

Re: Comment mismatch in tree-cfg.c:verify_gimple_expr

2007-08-31 Thread Richard Guenther
On Fri, 31 Aug 2007, Diego Novillo wrote: > > Richard, this comment does not match the code. The code allows type > conversions between two integral types and between arbitrary types that > happen to *not* be integral. Which semantics did you mean here? > > /* Allow conversions between

Comment mismatch in tree-cfg.c:verify_gimple_expr

2007-08-31 Thread Diego Novillo
Richard, this comment does not match the code. The code allows type conversions between two integral types and between arbitrary types that happen to *not* be integral. Which semantics did you mean here? /* Allow conversions between integral types. */ if (INTEGRAL_TYPE_P (type)