public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/42667]  New: internal compiler error: in insert_into_preds_of_block, at tree-ssa-pre.c:3146
@ 2010-01-09  6:05 jerstlouis at gmail dot com
  2010-01-09  6:08 ` [Bug c/42667] " jerstlouis at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jerstlouis at gmail dot com @ 2010-01-09  6:05 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-14 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-09  6:05 [Bug c/42667] New: internal compiler error: in insert_into_preds_of_block, at tree-ssa-pre.c:3146 jerstlouis at gmail dot com
2010-01-09  6:08 ` [Bug c/42667] " jerstlouis at gmail dot com
2010-01-09 11:25 ` [Bug c/42667] [4.4/4.5 Regression] " rguenth at gcc dot gnu dot org
2010-01-09 12:07 ` [Bug middle-end/42667] " rguenth at gcc dot gnu dot org
2010-01-10 19:38 ` rguenth at gcc dot gnu dot org
2010-01-10 19:39 ` [Bug middle-end/42667] [4.4 " rguenth at gcc dot gnu dot org
2010-01-13 18:25 ` jakub at gcc dot gnu dot org
2010-01-14  9:46 ` jakub at gcc dot gnu dot org
2010-01-14 12:09 ` jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).