public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/12840] Unable to find scalarization loop specifier
Date: Sun, 18 Sep 2005 20:03:00 -0000	[thread overview]
Message-ID: <20050918200246.2716.qmail@sourceware.org> (raw)
In-Reply-To: <20031030122848.12840.jv244@cam.ac.uk>


------- Additional Comments From tkoenig at gcc dot gnu dot org  2005-09-18 20:02 -------
Not fixed in 4.0:

$ cat > pz_lsd.f90
  SUBROUTINE pz_lsd ( order )
    INTEGER :: order,m
    m = SUM((/ (m+1,m=0,order) /))
  END SUBROUTINE pz_lsd
  END

$ gfortran pz_lsd.f90
pz_lsd.f90: In function 'pz_lsd':
pz_lsd.f90:1: fatal error: gfc_todo: Not Implemented: Unable to find
scalarization loop specifier
compilation terminated.
$ gfortran -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0/configure --prefix=/home/ig25
--enable-languages=c,fortran
Thread model: posix
gcc version 4.0.2 20050917 (prerelease)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
      Known to fail|                            |4.0.2
      Known to work|                            |4.1.0
         Resolution|FIXED                       |
   Target Milestone|4.1.0                       |4.0.3


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


  parent reply	other threads:[~2005-09-18 20:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-30 12:30 [Bug fortran/12840] New: [gfortran] " jv244 at cam dot ac dot uk
2003-10-31  0:56 ` [Bug fortran/12840] " pinskia at gcc dot gnu dot org
2003-11-01 22:33 ` pbrook at gcc dot gnu dot org
2003-12-01  3:29 ` pinskia at gcc dot gnu dot org
2004-01-05 19:12 ` pinskia at gcc dot gnu dot org
2004-05-26 23:01 ` pinskia at gcc dot gnu dot org
2004-06-25 21:09 ` [Bug fortran/12840] " pinskia at gcc dot gnu dot org
2004-06-28  7:28 ` pinskia at gcc dot gnu dot org
2004-07-19  8:15 ` c dot lemmen at fz-juelich dot de
2004-07-19  9:05 ` c dot lemmen at fz-juelich dot de
2004-08-08 14:06 ` pbrook at gcc dot gnu dot org
2005-08-23 14:20 ` rsandifo at gcc dot gnu dot org
2005-09-09  6:01 ` cvs-commit at gcc dot gnu dot org
2005-09-09  6:02 ` rsandifo at gcc dot gnu dot org
2005-09-18 20:03 ` tkoenig at gcc dot gnu dot org [this message]
2005-09-18 20:11 ` [Bug fortran/12840] [4.0 only] " rsandifo at gcc dot gnu dot org
2005-09-18 20:26 ` 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=20050918200246.2716.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).