[Bug fortran/36842] Fortran: Minimize heap allocation of temporary arrays by loop versioning in the frontend

2011-09-07 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36842 --- Comment #6 from rguenther at suse dot de 2011-09-07 14:32:55 UTC --- On Wed, 7 Sep 2011, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36842 > > --- Comment #5 from Tobias Burnus 2011-09-07 > 14:30:11 UTC

[Bug fortran/36842] Fortran: Minimize heap allocation of temporary arrays by loop versioning in the frontend

2011-09-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36842 --- Comment #5 from Tobias Burnus 2011-09-07 14:30:11 UTC --- (In reply to comment #4) > I think the report asks for performing loop versioning in the frontend [...] > where of course the tricky part is creating the appropriate condition > and de

[Bug fortran/36842] Fortran: Minimize heap allocation of temporary arrays by loop versioning in the frontend

2011-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36842 Richard Guenther changed: What|Removed |Added Summary|Fortran: Minimize heap |Fortran: Minimize heap

[Bug fortran/36842] Fortran: Minimize heap allocation of temporary arrays.

2011-09-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36842 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug fortran/36842] Fortran: Minimize heap allocation of temporary arrays.

2010-05-10 Thread mikael at gcc dot gnu dot org
--- Comment #2 from mikael at gcc dot gnu dot org 2010-05-10 18:25 --- (In reply to comment #1) > Confirmed. Dependency analysis should see that no temporary is required here. > As both Rx and Ry have the pointer attribute, I'm not so sure about it. Note that if one removes the pointe

[Bug fortran/36842] Fortran: Minimize heap allocation of temporary arrays.

2008-07-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-07-23 09:43 --- Confirmed. Dependency analysis should see that no temporary is required here. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --