public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "Mart dot Rentmeester at nn-online dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/15975] New: ICE in trans-array.c    pointer array initialization stuff
Date: Sun, 13 Jun 2004 16:13:00 -0000	[thread overview]
Message-ID: <20040613161326.15975.Mart.Rentmeester@nn-online.org> (raw)

troogle> gfortran -v -c n22.f95 
Reading specs from /OPT/32/gcc-2004-06-09/lib/gcc/hppa2.0w-hp-hpux11.11/3.5.
0/specs
Configured with: ../configure --enable-languages=c,f95 
--prefix=/opt32/gcc-2004-06-09 --with-gmp=/opt32/gmp --with-gnu-as 
--with-as=/opt32/binutils/bin/as --enable-threads --disable-shared --disable-nls
Thread model: posix
gcc version 3.5.0 20040611 (experimental)
 /OPT/32/gcc-2004-06-09/libexec/gcc/hppa2.0w-hp-hpux11.11/3.5.0/f951 n22.f95 
-quiet -dumpbase n22.f95 -auxbase n22 -version -o /var/tmp//ccMNlkkT.s
GNU F95 version 3.5.0 20040611 (experimental) (hppa2.0w-hp-hpux11.11)
        compiled by GNU C version 3.5.0 20040611 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096


n22.f95: In function `pm_get':
n22.f95:11: internal compiler error: in gfc_conv_array_initializer, at 
fortran/trans-array.c:2726




module propmats

      type prm
          real, pointer :: par(:) => null()
      end type prm

      type(prm), save, target  :: pm(20)

contains

      subroutine pm_get(w)

      implicit none
      character(*), intent(in)  :: w
      type(prm), pointer        :: z
      

      z  => pm(1)

      end subroutine pm_get

end module propmats

-- 
           Summary: ICE in trans-array.c    pointer array initialization
                    stuff
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Mart dot Rentmeester at nn-online dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


             reply	other threads:[~2004-06-13 16:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-13 16:13 Mart dot Rentmeester at nn-online dot org [this message]
2004-06-13 18:02 ` [Bug fortran/15975] " pinskia at gcc dot gnu dot org
2004-08-25 22:10 ` tobi at gcc dot gnu dot org
2004-08-25 22:51 ` tobi at gcc dot gnu dot org
2004-09-27 15:19 ` tobi at gcc dot gnu dot org
2004-11-11  5:37 ` pinskia at gcc dot gnu dot org
2005-09-16 23:07 ` erik dot edelmann at iki dot fi
2005-09-18  5:50 ` cvs-commit at gcc dot gnu dot org
2005-09-18 17:18 ` pinskia at gcc dot gnu dot org
2005-09-18 20:02 ` [Bug fortran/15975] [4.0 only] " pinskia at gcc dot gnu dot org
2005-09-18 20:27 ` pinskia at gcc dot gnu dot org
2005-09-19  8:18 ` reichelt 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=20040613161326.15975.Mart.Rentmeester@nn-online.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).