public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/26524] [4.1 Regression] ICE when compiling with -ffast-math and -O3 clatm5.f (lapack)
Date: Wed, 01 Mar 2006 23:24:00 -0000	[thread overview]
Message-ID: <20060301232423.1955.qmail@sourceware.org> (raw)
In-Reply-To: <bug-26524-11356@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-01 23:24 -------
Reduced testcase:
      SUBROUTINE CLATM5( PRTYPE, M, N, A, LDA, B, LDB, C, LDC, D, LDD,
     $                   E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA,
     $                   QBLCKB )
      COMPLEX            A( LDA, * ), B( LDB, * ), C( LDC, * ),
     $                   L( LDL, * ), R( LDR, * )
      COMPLEX            IMEPS, REEPS
         DO 240 I = 1, M
               IF( MOD( I, 2 ).NE.0 .AND. I.LT.M ) THEN
                  A( I, I-1 ) = -IMEPS*2
               END IF
  240    CONTINUE
      END

----

The ICE is scev, I have not looked why yet and what fixed it either on the
mainline.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to work|4.2.0                       |4.2.0 4.0.3
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-01 23:24:23
               date|                            |
            Summary|ICE when compiling with -   |[4.1 Regression] ICE when
                   |ffast-math and -O3 clatm5.f |compiling with -ffast-math
                   |(lapack)                    |and -O3 clatm5.f (lapack)
   Target Milestone|---                         |4.1.1


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


  parent reply	other threads:[~2006-03-01 23:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-01 22:53 [Bug fortran/26524] New: " martin dot audet at imi dot cnrc-nrc dot gc dot ca
2006-03-01 23:14 ` [Bug tree-optimization/26524] " pinskia at gcc dot gnu dot org
2006-03-01 23:14 ` pinskia at gcc dot gnu dot org
2006-03-01 23:15 ` [Bug fortran/26524] " martin dot audet at imi dot cnrc-nrc dot gc dot ca
2006-03-01 23:17 ` pinskia at gcc dot gnu dot org
2006-03-01 23:24 ` pinskia at gcc dot gnu dot org [this message]
2006-03-02  0:26 ` [Bug tree-optimization/26524] [4.1 Regression] " janis at gcc dot gnu dot org
2006-03-02 19:10 ` janis at gcc dot gnu dot org
2006-03-02 21:25 ` janis at gcc dot gnu dot org
2006-03-02 21:39 ` roger at eyesopen dot com
2006-03-03 14:35 ` sayle at gcc dot gnu dot org
2006-03-10  1:26 ` sayle at gcc dot gnu dot org
2006-03-10 13:00 ` pinskia 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=20060301232423.1955.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).