This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/42667] New: internal compiler error: in insert_into_preds_of_block, at tree-ssa-pre.c:3146
- From: "jerstlouis at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2010 06:04:52 -0000
- Subject: [Bug c/42667] New: internal compiler error: in insert_into_preds_of_block, at tree-ssa-pre.c:3146
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compile this with -O2 -m32:
extern int strlen(const char *);
void WriteTextDots(int len);
void OnDisplay(char * string)
{
if(!string) string = "(none)";
WriteTextDots(strlen(string));
}
--
Summary: internal compiler error: in insert_into_preds_of_block,
at tree-ssa-pre.c:3146
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jerstlouis at gmail dot com
GCC host triplet: x86_64-linux-gnu
GCC target triplet: i686-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42667