This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] PR31163 - SAVEd derived types with ALLOCATABLE components don't work


On 3/14/07, Paul Thomas <paulthomas2@wanadoo.fr> wrote:
Andrew,
>
> The t variable is still zero initialized as defined by either {} or by
> the case of being a static variable.
>
Ah, brilliant! Where does that happen?  I tried to follow tree.c to some
mention of this - I deduced that it was so but could not figure out how
or where.

I'll revert to the original patch then.

In somewhere in varasm.c. I always get confused where exactly also :).


-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]