public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "janus at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/43990]  New: [OOP] ICE in output_constructor_regular_field, at varasm.c:4995
Date: Wed, 05 May 2010 09:27:00 -0000	[thread overview]
Message-ID: <bug-43990-16146@http.gcc.gnu.org/bugzilla/> (raw)

module m

  type :: t
     logical :: l = .true.
     class(t),pointer :: cp => null()
  end type

  type(t),save :: default_t

end module


Compiling this currently results in:

f951: internal compiler error: in output_constructor_regular_field, at
varasm.c:4995


Reported by Hans-Werner Boschmann.


-- 
           Summary: [OOP] ICE in output_constructor_regular_field, at
                    varasm.c:4995
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janus at gcc dot gnu dot org


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


             reply	other threads:[~2010-05-05  9:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-05  9:27 janus at gcc dot gnu dot org [this message]
2010-05-05 12:41 ` [Bug fortran/43990] " burnus at gcc dot gnu dot org
2010-05-05 14:13 ` burnus at gcc dot gnu dot org
2010-05-06 16:28 ` burnus at gcc dot gnu dot org
2010-05-06 16:37 ` burnus at gcc dot gnu dot org
2010-05-16 22:11 ` janus at gcc dot gnu dot org
2010-05-17 17:09 ` dominiq at lps dot ens dot fr
2010-05-17 17:41 ` janus at gcc dot gnu dot org
2010-05-17 19:59 ` janus at gcc dot gnu dot org
2010-05-17 20:05 ` janus 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=bug-43990-16146@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).