[Bug fortran/37212] TRANSFER: Simplify array argument

2013-06-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37212 Bug 37212 depends on bug 29962, which changed state. Bug 29962 Summary: Initialization expressions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29962 What|Removed |Added --

[Bug fortran/37212] TRANSFER: Simplify array argument

2010-05-08 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2010-05-08 12:59 --- Thanks for noticing this Daniel. Closed - fixed Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/37212] TRANSFER: Simplify array argument

2010-05-07 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-07 20:15 --- This PR seems to be fixed. The dump does not contain any reference to builtin_pack/builtin_unpack any more and I can't identify anything that looks like a call to transfer. Can it thus be closed? -- dfranke at g

[Bug fortran/37212] TRANSFER: Simplify array argument

2009-01-07 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2009-01-07 13:12 --- (In reply to comment #0) The lack of simplification is due to an omission in target-memory.c(gfc_target_memory_size), in which the possibility of (1) a constant cl->length and (ii) no defined character length, as here,

[Bug fortran/37212] TRANSFER: Simplify array argument

2009-01-02 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-01-02 19:26 --- TRANSFER is one of the transformational intrinsics allowed in init-expressions by F2003, thus requires simplification anyway. Close as dupe of PR29962? -- dfranke at gcc dot gnu dot org changed: What