public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/109265] [13 Regression] ICE for 527.cam4_r after r13-6787-g0963cb5fde158c
Date: Fri, 24 Mar 2023 12:45:59 +0000	[thread overview]
Message-ID: <bug-109265-4-mb3AsL1DSu@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109265-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109265

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
Without USE:

module sgexx
    integer,parameter :: r8 = selected_real_kind(12) ! 8 byte real
contains
      SUBROUTINE SLACPY( UPLO, M, N, A, LDA, B, LDB )
      END SUBROUTINE SLACPY
      SUBROUTINE SLARFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, &
                         T, LDT, C, LDC, WORK, LDWORK )
      REAL(r8)               C( LDC, * ), T( LDT, * ), V( LDV, * ), &
                         WORK( LDWORK, * )
      END SUBROUTINE SLARFB
      SUBROUTINE SLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX )
      LOGICAL            FIRST, IEEE, IWARN, LIEEE1, LRND
      INTEGER            GNMIN, GPMIN, I, LBETA, LEMAX, LEMIN, LT, &
                         NGNMIN, NGPMIN
      REAL(r8)               A, B, C, HALF, LEPS, LRMAX, LRMIN, ONE, RBASE, &
                         SIXTH, SMALL, THIRD, TWO, ZERO
      IF( FIRST ) THEN
            SMALL = SLAMC3( SMALL*RBASE, ZERO )
         A = SLAMC3( ONE, SMALL )
         CALL SLAMC4( GPMIN, A, LBETA )
         CALL SLAMC4( GNMIN, -A, LBETA )
      END IF
      END SUBROUTINE SLAMC2
      FUNCTION SLAMC3( A, B )
      real(r8) slamc3
      REAL(r8)               A, B
      SLAMC3 = A + B
      END FUNCTION SLAMC3
      SUBROUTINE SLAMC4( EMIN, START, BASE )
      INTEGER            BASE, EMIN
      REAL(r8)               START
      REAL(r8)               A, B1, B2, C1, C2, D1, D2, ONE, RBASE, ZERO
      A = START
      ZERO = 0
      C1 = A
      C2 = A
      D1 = A
   10 CONTINUE
      IF( ( C1.EQ.A ) .AND. ( C2.EQ.A ) .AND. ( D1.EQ.A ) .AND. &
          ( D2.EQ.A ) ) THEN
         D2 = ZERO
         GO TO 10
      END IF
      END SUBROUTINE SLAMC4
      SUBROUTINE SGEMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, &
                         BETA, Y, INCY )
      END SUBROUTINE SGEMV
      SUBROUTINE STRMM ( SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, &
                         B, LDB )
      END SUBROUTINE STRMM
end module sgexx

  parent reply	other threads:[~2023-03-24 12:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 15:52 [Bug middle-end/109265] New: " stefansf at linux dot ibm.com
2023-03-23 17:19 ` [Bug middle-end/109265] " jakub at gcc dot gnu.org
2023-03-23 19:30 ` [Bug middle-end/109265] [13 Regression] " pinskia at gcc dot gnu.org
2023-03-24  8:08 ` [Bug tree-optimization/109265] " rguenth at gcc dot gnu.org
2023-03-24  8:10 ` rguenth at gcc dot gnu.org
2023-03-24 12:03 ` marxin at gcc dot gnu.org
2023-03-24 12:10 ` marxin at gcc dot gnu.org
2023-03-24 12:29 ` jakub at gcc dot gnu.org
2023-03-24 12:30 ` jakub at gcc dot gnu.org
2023-03-24 12:45 ` rguenth at gcc dot gnu.org [this message]
2023-03-24 13:42 ` jakub at gcc dot gnu.org
2023-03-24 14:11 ` jakub at gcc dot gnu.org
2023-03-24 14:28 ` jakub at gcc dot gnu.org
2023-03-28 13:34 ` cvs-commit 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-109265-4-mb3AsL1DSu@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).