This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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 24, 2002 at 06:43:51PM +0100, Andrew Haley wrote: > * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c > if T is a boolean type. BTW, can you generate a C test case for this using _Bool? Failing that, can you put a reduced test case in the libjava testsuite? r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |