public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12652] New: [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but not with "-O"
@ 2003-10-16 22:17 steven at gcc dot gnu dot org
  2003-10-16 22:20 ` [Bug c/12652] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-10-16 22:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but
                    not with "-O"
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: dnovillo at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org

The following:

void
foo (void)
{
  goto loop_entry;
loop_start:
loop_entry:
  goto loop_start;
loop_exit:
}

compiles with just "-O" but segfaults with "-O -fssa"

Normally I wouldn't give a s... about -fssa, but:
a) this test case was deduced from gcc.dg/20020304-1.c which
   also ICEs on the tree-ssa branch on a sanity check after
   -fssa-ccp.  This new ICE might be related, perhaps we just
   compute broken dominance information for RTL???
b) this ICE happens in tree-flow-inline.h according to gdb:

Program received signal SIGSEGV, Segmentation fault.
compute_dominance_frontiers_1 (frontiers=0x8627520, idom=0x8627610, bb=0,
    done=0x86275f8) at tree-flow-inline.h:270
270     tree-flow-inline.h: No such file or directory.
        in tree-flow-inline.h

    Weird to have a tree-ssa failure with RTL SSA, but in tree-ssa code!


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

* [Bug c/12652] [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but not with "-O"
  2003-10-16 22:17 [Bug c/12652] New: [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but not with "-O" steven at gcc dot gnu dot org
@ 2003-10-16 22:20 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-16 22:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-16 22:20 -------
This is a dup of bug 12650.

*** This bug has been marked as a duplicate of 12650 ***


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

end of thread, other threads:[~2003-10-16 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-16 22:17 [Bug c/12652] New: [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but not with "-O" steven at gcc dot gnu dot org
2003-10-16 22:20 ` [Bug c/12652] " pinskia 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).