[Bug fortran/48543] Collapse identical strings

2019-01-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Fri Jan 4 10:42:12 2019 New Revision: 267572 URL: https://gcc.gnu.org/viewcvs?rev=267572&root=gcc&view=rev Log: 2019-01-04 Thomas Koenig PR fortran/48543 * gfortran.dg/cons

[Bug fortran/48543] Collapse identical strings

2019-01-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 --- Comment #7 from Thomas Koenig --- Author: tkoenig Date: Thu Jan 3 12:32:34 2019 New Revision: 267553 URL: https://gcc.gnu.org/viewcvs?rev=267553&root=gcc&view=rev Log: 2019-01-02 Thomas Koenig PR fortran/48543 * gfortran.dg/cons

[Bug fortran/48543] Collapse identical strings

2019-01-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/48543] Collapse identical strings

2019-01-03 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org --- Commen

[Bug fortran/48543] Collapse identical strings

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

[Bug fortran/48543] Collapse identical strings

2019-01-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Wed Jan 2 15:25:47 2019 New Revision: 267517 URL: https://gcc.gnu.org/viewcvs?rev=267517&root=gcc&view=rev Log: 2019-01-02 Thomas Koenig PR fortran/48543 * gfortran

[Bug fortran/48543] Collapse identical strings

2012-06-07 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 --- Comment #2 from Thomas Koenig 2012-06-07 14:58:38 UTC --- I'll do a bit of work on that, because it can also be useful for reducing memcpy/memset pairs. Consider character(len=3) :: a character(len=4) :: b a = 'a' b = 'a' This coul

[Bug fortran/48543] Collapse identical strings

2011-11-07 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48543] Collapse identical strings

2011-04-11 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 Janne Blomqvist changed: What|Removed |Added CC||jb at gcc dot gnu.org --- Comment #1 fr