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