[Bug optimization/11483] New: ICE in invert_truthvalue, at fold-const.c:2359
harinath at cs dot umn dot edu
gcc-bugzilla@gcc.gnu.org
Wed Jul 9 22:04:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11483
Summary: ICE in invert_truthvalue, at fold-const.c:2359
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: harinath at cs dot umn dot edu
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
Compiling the following program:
---8<---
int foo (int i)
{
return !(i & (1 << 31));
}
---8<---
results in:
foo.c: In function `foo':
foo.c:3: internal compiler error: in invert_truthvalue, at fold-const.c:2359
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
More information about the Gcc-bugs
mailing list