public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/41498]  New: ICE with graphite flags
@ 2009-09-29  6:45 eres at il dot ibm dot com
  2009-09-29  9:49 ` [Bug tree-optimization/41498] ICE with graphite flags on trunk rguenth at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: eres at il dot ibm dot com @ 2009-09-29  6:45 UTC (permalink / raw)
  To: gcc-bugs

When running trunk -r 152114 on powerpc64 with these flags (which enable the
Graphite identity transformation) I get the following ICE on most of SPEC2006
benchmarks: (the following is take from 429.mcf)

/home/eres/mainline_45/build/bin/gcc -c -o pbeampp.o -DSPEC_CPU -DNDEBUG 
-DWANT_STDC_PROTO -m64 -O3 -mcpu=power6 -ffast-math -maltivec 
-fno-loop-parallelize-all -fgraphite -fno-loop-block -fno-loop-interchange
-fno-loop-strip-mine -fgraphite-identity -ftree-vectorize                
pbeampp.c
pbeampp.c: In function 'primal_bea_mpp':
pbeampp.c:119:8: internal compiler error: in sese_adjust_vphi, at sese.c:405
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
specmake: *** [pbeampp.o] Error 1


-- 
           Summary: ICE with graphite flags
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eres at il dot ibm dot com


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
@ 2009-09-29  9:49 ` rguenth at gcc dot gnu dot org
  2009-10-22 19:00 ` spop at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-29  9:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-09-29 09:49 -------
Can you provide preprocessed source?


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
  2009-09-29  9:49 ` [Bug tree-optimization/41498] ICE with graphite flags on trunk rguenth at gcc dot gnu dot org
@ 2009-10-22 19:00 ` spop at gcc dot gnu dot org
  2009-10-25 11:55 ` eres at il dot ibm dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: spop at gcc dot gnu dot org @ 2009-10-22 19:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from spop at gcc dot gnu dot org  2009-10-22 18:59 -------
Works for me on amd64-linux and graphite branch.  See daily reports on
http://groups.google.com/group/gcc-graphite-test 

No testcase was provided anyways.

Sebastian


-- 

spop at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
  2009-09-29  9:49 ` [Bug tree-optimization/41498] ICE with graphite flags on trunk rguenth at gcc dot gnu dot org
  2009-10-22 19:00 ` spop at gcc dot gnu dot org
@ 2009-10-25 11:55 ` eres at il dot ibm dot com
  2009-10-25 14:31 ` eres at il dot ibm dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: eres at il dot ibm dot com @ 2009-10-25 11:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from eres at il dot ibm dot com  2009-10-25 11:55 -------
(In reply to comment #2)
> Works for me on amd64-linux and graphite branch.  See daily reports on
> http://groups.google.com/group/gcc-graphite-test 
> No testcase was provided anyways.
> Sebastian

I just tried trunk -r153538 on powerpc64-suse-linux and it still fails with the
same error on SPEC2006/436.cactusADM.
I'll try to create a testcase.


-- 


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
                   ` (2 preceding siblings ...)
  2009-10-25 11:55 ` eres at il dot ibm dot com
@ 2009-10-25 14:31 ` eres at il dot ibm dot com
  2009-10-25 15:32 ` spop at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: eres at il dot ibm dot com @ 2009-10-25 14:31 UTC (permalink / raw)
  To: gcc-bugs

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



------- Comment #4 from eres at il dot ibm dot com  2009-10-25 14:31 -------
Created an attachment (id=18890)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18890&action=view)
A testcase to reproduce the ICE

Here is the command line and the error message for the testcase attached (using
trunk -r153538 on ppc):
 /home/eres/mainline_45/build/bin/gfortran -c   -m64 -O3 -mcpu=power6
-ffast-math -maltivec  -fno-loop-parallelize-all -fgraphite -fno-loop-block
-fno-loop-interchange -fno-loop-strip-mine -fgraphite-identity -ftree-vectorize
                 test.f
test.f: In function âfoo_â:
test.f:1:0: internal compiler error: in sese_adjust_liveout_phis, at sese.c:496
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
                   ` (3 preceding siblings ...)
  2009-10-25 14:31 ` eres at il dot ibm dot com
@ 2009-10-25 15:32 ` spop at gcc dot gnu dot org
  2009-12-01 13:45 ` eres at il dot ibm dot com
  2009-12-01 14:09 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: spop at gcc dot gnu dot org @ 2009-10-25 15:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from spop at gcc dot gnu dot org  2009-10-25 15:31 -------
test.f works on amd64-linux on the graphite branch.
I am doing the merge of the graphite branch to trunk,
and this should be fixed then.


-- 


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
                   ` (4 preceding siblings ...)
  2009-10-25 15:32 ` spop at gcc dot gnu dot org
@ 2009-12-01 13:45 ` eres at il dot ibm dot com
  2009-12-01 14:09 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: eres at il dot ibm dot com @ 2009-12-01 13:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from eres at il dot ibm dot com  2009-12-01 13:45 -------
(In reply to comment #5)
> test.f works on amd64-linux on the graphite branch.
> I am doing the merge of the graphite branch to trunk,
> and this should be fixed then.

Running test.f using trunk -r154872 on powerpc64-suse-linux gives the
following:
(this message also appears when running SPEC2006 benchmarks)

/home/eres/mainline_45/build/bin/gfortran -c   -m64 -O3 -mcpu=power6 
-ffast-math -maltivec  -fno-loop-parallelize-all -fgraphite -fno-loop-block
-fno-loop-interchange -fno-loop-strip-mine -fgraphite-identity -ftree-vectorize
test.f
f951: sorry, unimplemented: Graphite loop optimizations cannot be used


-- 


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


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

* [Bug tree-optimization/41498] ICE with graphite flags on trunk
  2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
                   ` (5 preceding siblings ...)
  2009-12-01 13:45 ` eres at il dot ibm dot com
@ 2009-12-01 14:09 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-01 14:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-12-01 14:09 -------
You seem to have outdated graphite build requirements so it wasn't compiled in.


-- 


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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29  6:45 [Bug tree-optimization/41498] New: ICE with graphite flags eres at il dot ibm dot com
2009-09-29  9:49 ` [Bug tree-optimization/41498] ICE with graphite flags on trunk rguenth at gcc dot gnu dot org
2009-10-22 19:00 ` spop at gcc dot gnu dot org
2009-10-25 11:55 ` eres at il dot ibm dot com
2009-10-25 14:31 ` eres at il dot ibm dot com
2009-10-25 15:32 ` spop at gcc dot gnu dot org
2009-12-01 13:45 ` eres at il dot ibm dot com
2009-12-01 14:09 ` rguenth 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).