public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "anton at samba dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/59817] New: ICE in extract_affine_chrec with -O2 -ftree-loop-linear
Date: Wed, 15 Jan 2014 00:47:00 -0000	[thread overview]
Message-ID: <bug-59817-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 59817
           Summary: ICE in extract_affine_chrec with -O2
                    -ftree-loop-linear
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: anton at samba dot org

The following testcase:


c -O2 -ftree-loop-linear 

      SUBROUTINE PREPD(ICAST,ICAS,ICASX,ICAS1,ICAS2,NDET,NM,III,IMP,
     *                 CASMIN)
      LOGICAL CASMIN
      DIMENSION ICAST(NDET,NM),IMP(NM)
      IF(CASMIN) THEN
         DO K=1,NDET
            DO L=1,NM
               IF(L.EQ.K-1) ICAST(K,L) = 1
            END DO
         END DO
      END IF


fails on a powerpc64-linux build from today with:


# gfortran -c -O2 -ftree-loop-linear testcase.f
testcase.f: In function ‘prepd’:
testcase.f:3:0: internal compiler error: in extract_affine_chrec, at
graphite-sese-to-poly.c:620
       SUBROUTINE PREPD(ICAST,ICAS,ICASX,ICAS1,ICAS2,NDET,NM,III,IMP,
 ^
0x10cf684f extract_affine_chrec
        ../../gcc/gcc/graphite-sese-to-poly.c:619
0x10cf684f extract_affine
        ../../gcc/gcc/graphite-sese-to-poly.c:803
0x10cf62fb extract_affine
        ../../gcc/gcc/graphite-sese-to-poly.c:842
0x10cf843f pdr_add_memory_accesses
        ../../gcc/gcc/graphite-sese-to-poly.c:1486
0x10cf843f build_poly_dr
        ../../gcc/gcc/graphite-sese-to-poly.c:1583
0x10cf843f build_pbb_drs
        ../../gcc/gcc/graphite-sese-to-poly.c:1846
0x10cf843f build_scop_drs
        ../../gcc/gcc/graphite-sese-to-poly.c:1929
0x10cfa8d7 build_poly_scop(scop*)
        ../../gcc/gcc/graphite-sese-to-poly.c:3171
0x10cdcabb graphite_transform_loops()
        ../../gcc/gcc/graphite.c:300
0x10cdd227 graphite_transforms
        ../../gcc/gcc/graphite.c:332
0x10cdd227 execute
        ../../gcc/gcc/graphite.c:416
>From gcc-bugs-return-440375-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jan 15 00:47:36 2014
Return-Path: <gcc-bugs-return-440375-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31692 invoked by alias); 15 Jan 2014 00:47:36 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 31646 invoked by uid 48); 15 Jan 2014 00:47:33 -0000
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/59780] ICE in aarch64_split_128bit_move
Date: Wed, 15 Jan 2014 00:47:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: ice-checking, ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: keywords bug_status cf_reconfirmed_on everconfirmed
Message-ID: <bug-59780-4-o91zWAHMyr@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59780-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59780-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-01/txt/msg01517.txt.bz2
Content-length: 610

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY780

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking,
                   |                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-01-15
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.


             reply	other threads:[~2014-01-15  0:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15  0:47 anton at samba dot org [this message]
2014-01-15 11:53 ` [Bug tree-optimization/59817] " rguenth at gcc dot gnu.org
2014-04-08  3:55 ` asolokha at gmx dot com
2014-04-11  9:29 ` asolokha at gmx dot com
2014-04-11 10:27 ` rguenth at gcc dot gnu.org
2014-04-11 10:31 ` [Bug tree-optimization/59817] [4.8/4.9 Regression] " rguenth at gcc dot gnu.org
2014-04-11 10:31 ` [Bug tree-optimization/59817] " rguenth at gcc dot gnu.org
2014-04-14  8:09 ` [Bug tree-optimization/59817] [4.8/4.9/4.10 Regression] " rguenth at gcc dot gnu.org
2014-04-14  8:12 ` [Bug tree-optimization/59817] [4.8/4.9 " rguenth at gcc dot gnu.org
2014-04-14  8:12 ` rguenth at gcc dot gnu.org
2014-04-22 13:23 ` [Bug tree-optimization/59817] [4.8 " rguenth at gcc dot gnu.org
2014-05-05 13:49 ` rguenth at gcc dot gnu.org
2014-05-05 13:50 ` rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-59817-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).