public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/37929]  New: [graphite] ICE :in single_succ_edge, at basic-block.h:642
@ 2008-10-27 18:55 mitul dot thakkar at amd dot com
  2008-10-27 18:56 ` [Bug middle-end/37929] " mitul dot thakkar at amd dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mitul dot thakkar at amd dot com @ 2008-10-27 18:55 UTC (permalink / raw)
  To: gcc-bugs

gcc -O3 -floop-block test_edge.c

test_edge.c: In function 'display_matrix':

test_edge.c:6: internal compiler error: in single_succ_edge, at
basic-block.h:642
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [graphite] ICE :in single_succ_edge, at basic-
                    block.h:642
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mitul dot thakkar at amd dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug middle-end/37929] [graphite] ICE :in single_succ_edge, at basic-block.h:642
  2008-10-27 18:55 [Bug middle-end/37929] New: [graphite] ICE :in single_succ_edge, at basic-block.h:642 mitul dot thakkar at amd dot com
@ 2008-10-27 18:56 ` mitul dot thakkar at amd dot com
  2008-10-30  1:47 ` grosser at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mitul dot thakkar at amd dot com @ 2008-10-27 18:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mitul dot thakkar at amd dot com  2008-10-27 18:54 -------
Created an attachment (id=16569)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16569&action=view)
Reduced Test Case


-- 


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


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

* [Bug middle-end/37929] [graphite] ICE :in single_succ_edge, at basic-block.h:642
  2008-10-27 18:55 [Bug middle-end/37929] New: [graphite] ICE :in single_succ_edge, at basic-block.h:642 mitul dot thakkar at amd dot com
  2008-10-27 18:56 ` [Bug middle-end/37929] " mitul dot thakkar at amd dot com
@ 2008-10-30  1:47 ` grosser at gcc dot gnu dot org
  2008-10-30 14:45 ` mitul dot thakkar at amd dot com
  2008-10-30 22:43 ` spop at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: grosser at gcc dot gnu dot org @ 2008-10-30  1:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from grosser at gcc dot gnu dot org  2008-10-30 01:47 -------
Under FreeBSD x68 this works in trunk and branch.


-- 

grosser at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grosser at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/37929] [graphite] ICE :in single_succ_edge, at basic-block.h:642
  2008-10-27 18:55 [Bug middle-end/37929] New: [graphite] ICE :in single_succ_edge, at basic-block.h:642 mitul dot thakkar at amd dot com
  2008-10-27 18:56 ` [Bug middle-end/37929] " mitul dot thakkar at amd dot com
  2008-10-30  1:47 ` grosser at gcc dot gnu dot org
@ 2008-10-30 14:45 ` mitul dot thakkar at amd dot com
  2008-10-30 22:43 ` spop at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mitul dot thakkar at amd dot com @ 2008-10-30 14:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mitul dot thakkar at amd dot com  2008-10-30 14:43 -------
(In reply to comment #2)
> Under FreeBSD x68 this works in trunk and branch.

I've tested it from my side and it works with current graphite branch.

Thanks,
Mitul Thakkar.


-- 


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


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

* [Bug middle-end/37929] [graphite] ICE :in single_succ_edge, at basic-block.h:642
  2008-10-27 18:55 [Bug middle-end/37929] New: [graphite] ICE :in single_succ_edge, at basic-block.h:642 mitul dot thakkar at amd dot com
                   ` (2 preceding siblings ...)
  2008-10-30 14:45 ` mitul dot thakkar at amd dot com
@ 2008-10-30 22:43 ` spop at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: spop at gcc dot gnu dot org @ 2008-10-30 22:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from spop at gcc dot gnu dot org  2008-10-30 22:41 -------
Fixed.


-- 

spop at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-10-30 22:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-27 18:55 [Bug middle-end/37929] New: [graphite] ICE :in single_succ_edge, at basic-block.h:642 mitul dot thakkar at amd dot com
2008-10-27 18:56 ` [Bug middle-end/37929] " mitul dot thakkar at amd dot com
2008-10-30  1:47 ` grosser at gcc dot gnu dot org
2008-10-30 14:45 ` mitul dot thakkar at amd dot com
2008-10-30 22:43 ` spop 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).