public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/44152] ICE on compiling xshow.f of xplor-nih with -O3 -ffast-math -fwhopr
Date: Thu, 22 Jul 2010 14:47:00 -0000	[thread overview]
Message-ID: <20100722144721.32422.qmail@sourceware.org> (raw)
In-Reply-To: <bug-44152-11113@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-07-22 14:47 -------
Confirmed.  We ICE in the vectorizer SLPing.

Somewhat reduced testcase:

      SUBROUTINE XSHOW(MAASY,MBASY,MCASY,NAASY,NBASY,NCASY,
     &      XRMREF,XRNSYM2,XRSYMM2,XRITSY2,MBINS)
      INTEGER HEAPDM
      PARAMETER (HEAPDM=2)
      INTEGER HEAP(HEAPDM)
      INTEGER HPMXUS
      INTEGER HPCURR
      COMMON // HEAP, HPMXUS, HPCURR
      CHARACTER*2 TYPE, TYPE2, DOMAIN, DOMAIN2
      CHARACTER*4 SHOW
      DOUBLE COMPLEX SHOW1,SHOW2
      INTEGER VLEVEL, DEPTH
      DO WHILE (START.LE.STOP)
      CALL XMDOMAK(A,B,C,HEAP(INDEXA),HEAP(INDEXB),HEAP(INDEXC),
     & HEAP(INDEXA),HEAP(INDEXB),HEAP(INDEXC),XRNSYM)
      CALL XMDOSHO(SHOW,SHOW1,SHOW2,NSHOW,TYPE,VLEVEL,DEPTH,NSELE,
     & HEAP(VSTACK),HEAP(LSTACK),
     & MAASY,MBASY,MCASY,NAASY,NBASY,NCASY,
     & HEAP(HPRHOMA))
      END DO
      END
      SUBROUTINE XMDOSHO(SHOW,SHOW1,SHOW2,NSHOW,TYPE,
     &                   VLEVEL,VMAX,N,VSTACK,LSTACK,
     &                   MAASY,MBASY,MCASY,NAASY,NBASY,NCASY,RHOMASK)
      CHARACTER*(*) SHOW
      DOUBLE COMPLEX SHOW1, SHOW2
      CHARACTER*(*) TYPE
      INTEGER VLEVEL, VMAX, N
      DOUBLE COMPLEX VSTACK(N,VMAX)
      DOUBLE COMPLEX LSHOW1
      DO I=1,N
      LSHOW1=LSHOW1+VSTACK(I,VLEVEL)
      END DO
      SHOW1=LSHOW1
      END


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |irar at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-22 14:47:20
               date|                            |


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


  parent reply	other threads:[~2010-07-22 14:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-15 15:17 [Bug lto/44152] New: " howarth at nitro dot med dot uc dot edu
2010-05-15 15:21 ` [Bug lto/44152] " howarth at nitro dot med dot uc dot edu
2010-05-15 16:09 ` dominiq at lps dot ens dot fr
2010-07-22 14:47 ` rguenth at gcc dot gnu dot org [this message]
2010-07-27  9:25 ` irar at il dot ibm dot com
2010-07-27 12:27 ` [Bug tree-optimization/44152] " irar at gcc dot gnu dot org
2010-07-27 13:03 ` rguenth at gcc dot gnu dot 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=20100722144721.32422.qmail@sourceware.org \
    --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).