public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/37943]  New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823
@ 2008-10-28 20:05 mitul dot thakkar at amd dot com
  2008-10-28 20:06 ` [Bug middle-end/37943] " mitul dot thakkar at amd dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mitul dot thakkar at amd dot com @ 2008-10-28 20:05 UTC (permalink / raw)
  To: gcc-bugs

gcc -c -O3 -floop-block  test_graphite.c

test_graphite.c: In function 'compress':
test_graphite.c:17: internal compiler error: in build_graphite_scops, at
graphite.c:1823
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [graphite] ICE : in build_graphite_scops, at
                    graphite.c:1823
           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=37943


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
@ 2008-10-28 20:06 ` mitul dot thakkar at amd dot com
  2008-10-29  4:42 ` grosser at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mitul dot thakkar at amd dot com @ 2008-10-28 20:06 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
  2008-10-28 20:06 ` [Bug middle-end/37943] " mitul dot thakkar at amd dot com
@ 2008-10-29  4:42 ` grosser at gcc dot gnu dot org
  2008-10-29 20:28 ` grosser at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: grosser at gcc dot gnu dot org @ 2008-10-29  4:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

grosser at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |grosser at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-10-29 04:40:55
               date|                            |


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


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
  2008-10-28 20:06 ` [Bug middle-end/37943] " mitul dot thakkar at amd dot com
  2008-10-29  4:42 ` grosser at gcc dot gnu dot org
@ 2008-10-29 20:28 ` grosser at gcc dot gnu dot org
  2008-10-30 22:57 ` spop at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: grosser at gcc dot gnu dot org @ 2008-10-29 20:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from grosser at gcc dot gnu dot org  2008-10-29 20:28 -------
Created an attachment (id=16583)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16583&action=view)
Bugfix


-- 


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


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
                   ` (2 preceding siblings ...)
  2008-10-29 20:28 ` grosser at gcc dot gnu dot org
@ 2008-10-30 22:57 ` spop at gcc dot gnu dot org
  2008-11-05  4:35 ` grosser at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: spop at gcc dot gnu dot org @ 2008-10-30 22:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from spop at gcc dot gnu dot org  2008-10-30 22:54 -------
Tobias, your patch looks good.
Please test with bootstrap and make check and then commit to trunk.

Thanks,
Sebastian


-- 


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


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
                   ` (3 preceding siblings ...)
  2008-10-30 22:57 ` spop at gcc dot gnu dot org
@ 2008-11-05  4:35 ` grosser at gcc dot gnu dot org
  2008-11-05  4:48 ` grosser at gcc dot gnu dot org
  2008-11-05  4:49 ` grosser at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: grosser at gcc dot gnu dot org @ 2008-11-05  4:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from grosser at gcc dot gnu dot org  2008-11-05 04:33 -------
Subject: Bug 37943

Author: grosser
Date: Wed Nov  5 04:32:16 2008
New Revision: 141597

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141597
Log:
2008-11-05  Tobias Grosser  <grosser@fim.uni-passau.de>

        PR middle-end/37943

        * graphite.c (scopdet_basic_block_info): Fix loops with multiple
        exits and conditions.
        * testsuite/gcc.dg/graphite/pr37943.c: New.

Added:
    branches/graphite/gcc/testsuite/gcc.dg/graphite/pr37943.c
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite.c


-- 


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


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
                   ` (4 preceding siblings ...)
  2008-11-05  4:35 ` grosser at gcc dot gnu dot org
@ 2008-11-05  4:48 ` grosser at gcc dot gnu dot org
  2008-11-05  4:49 ` grosser at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: grosser at gcc dot gnu dot org @ 2008-11-05  4:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from grosser at gcc dot gnu dot org  2008-11-05 04:47 -------
Subject: Bug 37943

Author: grosser
Date: Wed Nov  5 04:45:49 2008
New Revision: 141598

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141598
Log:
2008-11-05  Tobias Grosser  <grosser@fim.uni-passau.de>

        PR middle-end/37943

        * graphite.c (scopdet_basic_block_info): Fix loops with multiple
        exits and conditions.
        * testsuite/gcc.dg/graphite/pr37943.c: New.

Added:
    trunk/gcc/testsuite/gcc.dg/graphite/pr37943.c
Modified:
    trunk/ChangeLog
    trunk/gcc/graphite.c


-- 


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


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

* [Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823
  2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
                   ` (5 preceding siblings ...)
  2008-11-05  4:48 ` grosser at gcc dot gnu dot org
@ 2008-11-05  4:49 ` grosser at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: grosser at gcc dot gnu dot org @ 2008-11-05  4:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from grosser at gcc dot gnu dot org  2008-11-05 04:48 -------
Fix committed


-- 

grosser at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-11-05  4:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-28 20:05 [Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823 mitul dot thakkar at amd dot com
2008-10-28 20:06 ` [Bug middle-end/37943] " mitul dot thakkar at amd dot com
2008-10-29  4:42 ` grosser at gcc dot gnu dot org
2008-10-29 20:28 ` grosser at gcc dot gnu dot org
2008-10-30 22:57 ` spop at gcc dot gnu dot org
2008-11-05  4:35 ` grosser at gcc dot gnu dot org
2008-11-05  4:48 ` grosser at gcc dot gnu dot org
2008-11-05  4:49 ` grosser 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).