This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14757] New: [3.3.4 regression] ICE in fold.c:invert_truthvalue
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Mar 2004 22:24:58 -0000
- Subject: [Bug middle-end/14757] New: [3.3.4 regression] ICE in fold.c:invert_truthvalue
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
On i686 and amd64, I get the following ICE:
$ cat t.i
static int foo (char *p)
{
if (! (*p & ~0x7f) ) ;
}
$ ../cc1 t.i
foo
t.i: In function `foo':
t.i:3: internal compiler error: in invert_truthvalue, at fold-const.c:2344
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
This is a regression on the 3.3 branch, 3.3.1 works just fine.
--
Summary: [3.3.4 regression] ICE in fold.c:invert_truthvalue
Product: gcc
Version: 3.3.4
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P1
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: steven at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,gdr at integrable-
solutions dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14757