[Bug fortran/43136] Excess copy-in/copy-out with character argument

2019-01-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43136 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/43136] Excess copy-in/copy-out with character argument

2019-01-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43136 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Tue Jan 15 22:20:26 2019 New Revision: 267954 URL: https://gcc.gnu.org/viewcvs?rev=267954&root=gcc&view=rev Log: 2019-01-15 Thomas Koenig PR fortran/43136 * resolve.

[Bug fortran/43136] Excess copy-in/copy-out with character argument

2019-01-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43136 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/43136] Excess copy-in/copy-out with character argument

2019-01-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43136 --- Comment #3 from Thomas Koenig --- Hm, maybe one could simply remove the substring during resolution.

[Bug fortran/43136] Excess copy-in/copy-out with character argument

2011-01-08 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43136 --- Comment #2 from Thomas Koenig 2011-01-08 22:18:31 UTC --- We have to watch out for aliasing here; if foo changes the arguments, we have to have a copy. Compare PR 47065.

[Bug fortran/43136] Excess copy-in/copy-out with character argument

2010-12-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43136 --- Comment #1 from Thomas Koenig 2010-12-15 21:30:28 UTC --- See also PR 31821.

[Bug fortran/43136] Excess copy-in/copy-out with character argument

2010-02-22 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added CC||burnus at gcc dot gnu dot |