[Bug fortran/31163] SAVEd derived types with ALLOCATABLE components don't work

2007-03-14 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-03-15 06:44 --- Subject: Bug 31163 Author: pault Date: Thu Mar 15 06:44:25 2007 New Revision: 122944 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122944 Log: 2007-03-15 Tobias Burnus [EMAIL PROTECTED] Paul

[Bug fortran/31163] SAVEd derived types with ALLOCATABLE components don't work

2007-03-13 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-03-13 14:33 --- Andrew wrote: -- it is obvious from the tree dump, what is going on: static struct foo_type f_a = {}; f_a.mv.data = 0B; So save is done correctly but allocatables

[Bug fortran/31163] SAVEd derived types with ALLOCATABLE components don't work

2007-03-13 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2007-03-13 14:25 --- Created an attachment (id=13200) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13200action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31163

[Bug fortran/31163] SAVEd derived types with ALLOCATABLE components don't work

2007-03-13 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-03-14 06:35 --- Subject: Bug number PR31163 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00898.html --