This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PRs 41872, 40849, 40849, 42517
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Tobias Burnus <burnus at net-b dot de>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, Fortran at gcc dot gnu dot org
- Date: Thu, 31 Dec 2009 14:20:02 -0800
- Subject: Re: [Patch, Fortran] PRs 41872, 40849, 40849, 42517
- References: <4B3BC42C.7050209@net-b.de>
On Wed, Dec 30, 2009 at 10:20:44PM +0100, Tobias Burnus wrote:
> Hi all,
>
> attached you find a patch which fixes a larger and several smaller issues.
>
> a) PR 41872 - Allocatable scalars:
> - Local and result variables are now initialized by NULL
> - Double allocation is now properly detected
> - Assignment of result variables works now
>
I forgot to mention, check your spelling.
+ /* Nullify and automatic deallocatation of allocatable scalars. */
deallocation.
--
Steve