public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/56929] New: ICE on dummy argument child class with coarray inside parent
@ 2013-04-12  6:33 damian at rouson dot net
  2013-04-12  7:30 ` [Bug fortran/56929] [4.8/4.9 Regression ]ICE " dominiq at lps dot ens.fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: damian at rouson dot net @ 2013-04-12  6:33 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56929
           Summary: ICE on dummy argument child class with coarray inside
                    parent
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: damian@rouson.net


$ cat all.f90
module parent_coarray_component
  type parent
    real, allocatable :: dummy[:]
  end type
  type, extends(parent) :: child
  end type
contains
  subroutine do_something(this)
    class(child) this
  end 
end 

$ gfortran -fcoarray=single -c all.f90
all.f90: In function '__copy_parent_coarray_component_Child':
all.f90:9:0: internal compiler error: Segmentation fault: 11
     class(child) this
 ^

all.f90:9:0: internal compiler error: Abort trap: 6
gfortran: internal compiler error: Abort trap: 6 (program f951)
Abort trap: 6
Damians-MacBook-Pro-2:coarrayBurgers rouson$ gfortran --version
GNU Fortran (MacPorts gcc48 4.8-20130321_0) 4.8.0 20130321 (prerelease)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-13 15:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12  6:33 [Bug fortran/56929] New: ICE on dummy argument child class with coarray inside parent damian at rouson dot net
2013-04-12  7:30 ` [Bug fortran/56929] [4.8/4.9 Regression ]ICE " dominiq at lps dot ens.fr
2013-04-12  9:21 ` [Bug fortran/56929] [OOP] [F08] ICE " burnus at gcc dot gnu.org
2013-04-12 17:56 ` burnus at gcc dot gnu.org
2013-04-12 17:57 ` burnus at gcc dot gnu.org
2013-04-13 15:53 ` damian at rouson dot net

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).