public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl dot tools at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/40421] [4.5 Regression]  Revision 148352 failed 416.gamess in SPEC CPU 2006
Date: Fri, 12 Jun 2009 01:12:00 -0000	[thread overview]
Message-ID: <20090612011206.16670.qmail@sourceware.org> (raw)
In-Reply-To: <bug-40421-682@http.gcc.gnu.org/bugzilla/>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]



------- Comment #1 from hjl dot tools at gmail dot com  2009-06-12 01:12 -------
[hjl@gnu-34 build_base_o3.0000]$ cat foo.f
      SUBROUTINE VROT2(N,DIS)
      IMPLICIT DOUBLE PRECISION (A-H,O-Z)
      PARAMETER(ZERO=0.0D+00)
      COMMON /SYMSPD/ PTR(3,144)
      DIMENSION DIS(3,2),TMP(3,2)
      DO I = 1,3
        TMP1 = ZERO
        DO J = 1,3
          TMP1 = TMP1 + PTR(I,N+J)
        END DO
        TMP(I,1) = TMP1
      END DO
      DO I = 1,3
        DIS(I,1) = TMP(I,1)
      END DO
      RETURN
      END
[hjl@gnu-34 build_base_o3.0000]$ /export/gnu/import/rrs/148352/usr/bin/gfortran
-c -o hess.fppized.o    -O3 -ffast-math -funroll-loops       -DSPEC_CPU_LP64 
-ffixed-form foo.f
foo.f: In function ‘vrot2’:
foo.f:1:0: internal compiler error: tree check: expected class ‘type’, have
‘exceptional’ (block) in lower_bound_in_type, at tree.c:8588
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-34 build_base_o3.0000]$ 


-- 


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


  reply	other threads:[~2009-06-12  1:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-12  0:56 [Bug middle-end/40421] New: " hjl dot tools at gmail dot com
2009-06-12  1:12 ` hjl dot tools at gmail dot com [this message]
2009-06-12  1:22 ` [Bug middle-end/40421] " hjl dot tools at gmail dot com
2009-06-12  9:45 ` dominiq at lps dot ens dot fr
2009-06-13 14:38 ` [Bug tree-optimization/40421] " rguenth at gcc dot gnu dot org
2009-06-13 17:08 ` rguenth at gcc dot gnu dot org
2010-07-01 12:47 ` jakub at gcc dot gnu dot org
2010-07-01 12:54 ` jakub at gcc dot gnu dot org
2010-07-01 12:55 ` jakub 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=20090612011206.16670.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).