[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #7 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Joost VandeVondele from comment #6) Marc, I think your recently posted patch: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01049.html could fix the problem with the

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #8 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Marc Glisse from comment #7) (In reply to Joost VandeVondele from comment #6) Marc, I think your recently posted patch:

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #9 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Joost VandeVondele from comment #8) Marc, looks like the fortran FE changed a lot since this bug was filed, and there is no explicit allocate anymore, in fact the

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #10 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Marc Glisse from comment #9) Ok. If you used __builtin_abort instead of _gfortran_os_error, I think my current patch would handle it. It is hard

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #11 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Joost VandeVondele from comment #10) (In reply to Marc Glisse from comment #9) Ok. If you used __builtin_abort instead of _gfortran_os_error, I think my current patch

[Bug middle-end/38318] moving the allocation of temps out of loops.

2013-11-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 --- Comment #12 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Marc Glisse from comment #11) So S2 cannot call free (or realloc) on the pointer and then exit or call longjmp or do an infinite loop or anything

[Bug middle-end/38318] moving the allocation of temps out of loops.

2010-10-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC||jh at

[Bug middle-end/38318] moving the allocation of temps out of loops.

2010-02-21 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2010-02-21 12:11 --- (In reply to comment #3) (In reply to comment #2) seemingly being discussed, since useful for tonto http://gcc.gnu.org/ml/fortran/2010-02/msg00157.html But there: it's unfortunately not possible to avoid