[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 --- Comment #4 from janus at gcc dot gnu.org 2011-01-02 15:58:13 UTC --- Reduced test case: type t end type type, extends(t) :: t2 integer, allocatable :: a end type class(t), allocatable :: x, y allocate(t2 :: x) allocate(y, source=x) end

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 --- Comment #5 from janus at gcc dot gnu.org 2011-01-02 16:24:00 UTC --- (In reply to comment #4) x%a should get default-initialized to NULL via the memcpy call from x._vptr-_def_init. The memcpy itself is done alright, but apparently the

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 janus at gcc dot gnu.org changed: What|Removed |Added CC||sfilippone at uniroma2 dot

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 --- Comment #7 from janus at gcc dot gnu.org 2011-01-02 19:02:31 UTC --- (In reply to comment #5) (In reply to comment #4) x%a should get default-initialized to NULL via the memcpy call from x._vptr-_def_init. The memcpy itself is done

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 --- Comment #9 from janus at gcc dot gnu.org 2011-01-02 21:01:53 UTC --- Author: janus Date: Sun Jan 2 21:01:50 2011 New Revision: 168409 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168409 Log: 2011-01-02 Janus Weil ja...@gcc.gnu.org

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2011-01-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2010-11-20 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added CC||danglin at

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2010-11-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2010-11-11 10:09:15 UTC --- (In reply to comment #1) Apparently this happens inside the copying routine, but I'm not quite sure where exactly the problem is. Well, that's simple. If

[Bug fortran/46408] [OOP] Segfault when running gfortran.dg/class_allocate_6.f03

2010-11-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46408 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|