This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, May 27, 2005 at 02:45:14PM -0400, Andrew Pinski wrote: > Are you sure, the NE_EXPR does not have a type of INTEGER_TYPE? > This sounds like a missing fold_convert somewhere. > Ah, yes. I see what you mean now. The comparison was of type int but the evaluation was generating a _Bool value. My bad. Thanks. Diego.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |