public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "janus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/52679] [4.6 Regression] ICE in gfortran 4.6.3, x86_64
Date: Sat, 24 Nov 2012 14:09:00 -0000	[thread overview]
Message-ID: <bug-52679-4-Cv2oxvYIAA@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-52679-4@http.gcc.gnu.org/bugzilla/>


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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu.org

--- Comment #3 from janus at gcc dot gnu.org 2012-11-24 14:08:58 UTC ---
Further reduced test case, based on comment 1:

module Args_Basic_type_F03
  use, intrinsic :: iso_c_binding
  type Args_Basic_t
    type(c_ptr) :: d_ior = c_null_ptr
  end type
contains
  subroutine cache_epv_s(self)
    class(Args_Basic_t) :: self
  end subroutine
end module

  use Args_Basic_type_F03
  type, extends(Args_Basic_t) :: Args_Basic_impl_t
  end type
  type(Args_Basic_impl_t) :: obj
  call cache_epv_s(obj)
contains
  real function passeverywherechar_impl(self)
    type(Args_Basic_impl_t) :: self
  end function
end


This still ICEs with:

gcc version 4.6.4 20121124 (prerelease) [gcc-4_6-branch revision 193777] (GCC)


  parent reply	other threads:[~2012-11-24 14:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-22 22:18 [Bug fortran/52679] New: " adrian at llnl dot gov
2012-04-03 14:26 ` [Bug fortran/52679] " burnus at gcc dot gnu.org
2012-04-03 14:28 ` [Bug fortran/52679] [4.6 Regression] " burnus at gcc dot gnu.org
2012-04-03 14:34 ` burnus at gcc dot gnu.org
2012-04-09 14:44 ` janus at gcc dot gnu.org
2012-11-24 14:09 ` janus at gcc dot gnu.org [this message]
2012-11-24 14:13 ` janus 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-52679-4-Cv2oxvYIAA@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).