public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/42326]  New: segfault in tree-data-ref.c with Graphite building 200.sixtrack
@ 2009-12-07 21:23 janis at gcc dot gnu dot org
  2009-12-08  0:31 ` [Bug tree-optimization/42326] " janis at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-12-07 21:23 UTC (permalink / raw)
  To: gcc-bugs

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

GCC trunk gets an internal compiler error when building SPEC CPU2000 test
200.sixtrack with "-O2 -floop-parallelize-all -fprefetch-loops-arrays" on
powerpc-linux, as demonstrated by this minimized testcase:

      subroutine phasad(t,i,ium)
      implicit none
      real t(5,4)
      integer i,l,ll,ium

      do l=1,2
        ll=2*l
        do i=1,ium
          t(i,ll-1)=t(i,ll-1)+t(i,ll)
        enddo
      enddo
      return
      end

elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gfortran -c -O2
-floop-parallelize-all -fprefetch-loop-arrays bug.f
bug.f: In function ‘phasad’:
bug.f:1:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

The failure has existed since the large Graphite merge that introduced
-fgraphite-force-parallel which was later renamed to -floop-parallelize-all.

The segmentation fault occurs in initialize_matrix_A at tree-data-ref.c:1914
when A[index] has the value (lambda_vector) 0xa.


-- 
           Summary: segfault in tree-data-ref.c with Graphite building
                    200.sixtrack
           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=42326


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

end of thread, other threads:[~2010-03-08 17:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-07 21:23 [Bug tree-optimization/42326] New: segfault in tree-data-ref.c with Graphite building 200.sixtrack janis at gcc dot gnu dot org
2009-12-08  0:31 ` [Bug tree-optimization/42326] " janis at gcc dot gnu dot org
2009-12-14 19:25 ` spop at gcc dot gnu dot org
2009-12-14 19:41 ` spop at gcc dot gnu dot org
2009-12-14 21:38 ` dominiq at lps dot ens dot fr
2009-12-15 13:50 ` rguenth at gcc dot gnu dot org
2009-12-15 13:51 ` [Bug tree-optimization/42326] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-01-07 22:07 ` janis at gcc dot gnu dot org
2010-02-23 21:17 ` [Bug tree-optimization/42326] [4.5 Regression][graphite] " janis at gcc dot gnu dot org
2010-02-27 13:54 ` p dot vanhoof at oma dot be
2010-03-02 11:39 ` spop at gcc dot gnu dot org
2010-03-02 11:52 ` spop at gcc dot gnu dot org
2010-03-04 22:27 ` spop at gcc dot gnu dot org
2010-03-05  9:39 ` spop at gcc dot gnu dot org
2010-03-05 12:21 ` spop at gcc dot gnu dot org
2010-03-05 20:38 ` spop at gcc dot gnu dot org
2010-03-05 20:39 ` spop at gcc dot gnu dot org
2010-03-07 14:12 ` p dot vanhoof at oma dot be
2010-03-07 14:43 ` hjl dot tools at gmail dot com
2010-03-08 17:49 ` spop at gcc dot gnu dot org
2010-03-08 17:52 ` 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).