public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/42245]  New: ICE in verify_backedges for 197.parser with sel-sched
@ 2009-12-01 23:32 janis at gcc dot gnu dot org
  2009-12-02 12:02 ` [Bug middle-end/42245] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-12-01 23:32 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1841 bytes --]

GCC trunk gets an internal compiler error when building SPEC CPU2000 test
197.parser with "-O2 -fselective-scheduling -fsel-sched-pipelining" on
powerpc-linux, as demonstrated by this minimized testcase:

-----------------------------------------------------------------------
extern int N_words;
typedef struct DIS_node_struct DIS_node;
typedef struct CON_list_struct CON_list;

struct DIS_node_struct
{
  CON_list *cl;
};

void
build_DIS_CON_tree (void)
{
  int w;
  DIS_node *dnroot, *dn;
  CON_list *child, *xchild;
  for (w = 0; w < N_words; w++)
    {
      if (dnroot == ((void *) 0))
        {
          dnroot = dn;
          for (child = dn->cl; child != ((void *) 0); child = xchild)
            {
            }
        }
    }
}
-----------------------------------------------------------------------

elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -O2
-fselective-scheduling -fsel-sched-pipelining -c bug.c
bug.c: In function ‘build_DIS_CON_tree’:
bug.c:26:1: internal compiler error: in verify_backedges, at
sel-sched-ir.c:3498
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

The failure starts with this very large patch (Expand from SSA):

    http://gcc.gnu.org/viewcvs?view=rev&rev=146817

    r146817 | matz | 2009-04-26 19:35:04 +0000 (Sun, 26 Apr 2009)


-- 
           Summary: ICE in verify_backedges for 197.parser with sel-sched
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
GCC target triplet: powerpc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42245


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

end of thread, other threads:[~2010-08-24  8:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 23:32 [Bug tree-optimization/42245] New: ICE in verify_backedges for 197.parser with sel-sched janis at gcc dot gnu dot org
2009-12-02 12:02 ` [Bug middle-end/42245] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-12-02 12:04 ` [Bug middle-end/42245] " rguenth at gcc dot gnu dot org
2009-12-04 18:01 ` amonakov at gcc dot gnu dot org
2009-12-28 12:06 ` abel at gcc dot gnu dot org
2009-12-28 12:34 ` steven at gcc dot gnu dot org
2009-12-28 14:23 ` amonakov at gcc dot gnu dot org
2010-01-06 18:44 ` janis at gcc dot gnu dot org
2010-01-11 15:05 ` amonakov at gcc dot gnu dot org
2010-01-11 22:11 ` janis at gcc dot gnu dot org
2010-01-14 10:29 ` amonakov at gcc dot gnu dot org
2010-01-14 10:38 ` amonakov at gcc dot gnu dot org
2010-01-14 10:42 ` amonakov at gcc dot gnu dot org
2010-08-24  8:57 ` abel 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).