[Bug c/42667] New: internal compiler error: in insert_into_preds_of_block, at tree-ssa-pre.c:3146

jerstlouis at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Jan 9 06:05:00 GMT 2010


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



More information about the Gcc-bugs mailing list