Re: [patch, fortran] Put front-end temporaries into BLOCKs

2011-04-26 Thread Thomas Koenig
Hi Jerry, OK and thanks for patch. Waiting for Emacs... Sende ChangeLog Sende frontend-passes.c Übertrage Daten .. Revision 172983 übertragen. Thanks for the review! Thomas

Re: [patch, fortran] Put front-end temporaries into BLOCKs

2011-04-25 Thread Jerry DeLisle
On 04/23/2011 08:22 AM, Thomas Koenig wrote: Hello world, the attached patch puts temporary variables, and the statement they are being generated for, in their own BLOCK. This may or may not be useful for data locality, and for telling the middle end explicitly about the lifetime of the tempora

Re: [patch, fortran] Put front-end temporaries into BLOCKs

2011-04-25 Thread Thomas Koenig
Am 23.04.2011 17:22, schrieb Thomas Koenig: Hello world, the attached patch puts temporary variables, and the statement they are being generated for, in their own BLOCK. This may or may not be useful for data locality, and for telling the middle end explicitly about the lifetime of the temporar

[patch, fortran] Put front-end temporaries into BLOCKs

2011-04-23 Thread Thomas Koenig
Hello world, the attached patch puts temporary variables, and the statement they are being generated for, in their own BLOCK. This may or may not be useful for data locality, and for telling the middle end explicitly about the lifetime of the temporary variables. It is intended as a step to