public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "janis at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/42246] ICE in init_seqno for 186.crafty with sel-sched
Date: Wed, 06 Jan 2010 18:48:00 -0000	[thread overview]
Message-ID: <20100106184836.27260.qmail@sourceware.org> (raw)
In-Reply-To: <bug-42246-4503@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from janis at gcc dot gnu dot org  2010-01-06 18:48 -------
The patch at http://gcc.gnu.org/ml/gcc-patches/2009-12/msg01209.html fixes the
testcase in the submitter's description, but there is code in CPU2000 test
200.sixtrack that triggers the same ICE with the same set of options, as shown
by this minimized testcase:

      subroutine distance(x,clo)
      implicit real*8 (a-h,o-z)
      dimension x(2,6),x1(2,6),clo(6)
      do 60 i=1,2
        do 20 j=1,6
          x(i,j)=clo(j)
   20   continue
        do 40 iq=1,6
          x1(i,iq)=0.0d0
   40   continue
        do 50 j=1,6
          x(i,j)=x1(i,j)
   50   continue
   60 continue
      return
      end

This testcase gets the ICE with and without the patch cited above.


-- 


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


  parent reply	other threads:[~2010-01-06 18:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01 23:40 [Bug tree-optimization/42246] New: " janis at gcc dot gnu dot org
2009-12-04 18:01 ` [Bug rtl-optimization/42246] " amonakov at gcc dot gnu dot org
2009-12-24  8:32 ` abel at gcc dot gnu dot org
2010-01-06 18:48 ` janis at gcc dot gnu dot org [this message]
2010-01-06 18:52 ` janis at gcc dot gnu dot org
2010-01-11 14:35 ` abel at gcc dot gnu dot org
2010-01-14 10:41 ` amonakov at gcc dot gnu dot org
2010-01-14 11:22 ` abel at gcc dot gnu dot org
2010-01-14 11:23 ` abel at gcc dot gnu dot org
2010-02-07  3:52 ` hjl dot tools at gmail dot com
2010-08-24  8:59 ` abel at gcc dot gnu dot org
2010-08-24  9:08 ` abel 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=20100106184836.27260.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).