[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-19 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 Mikael Morin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #9 from Mikael Morin --- Author: mikael Date: Sun Oct 18 15:01:03 2015 New Revision: 228945 URL: https://gcc.gnu.org/viewcvs?rev=228945=gcc=rev Log: PR fortran/67721 PR fortran/67818 Backport from mainline

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-02 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-01 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #5 from Mikael Morin --- Author: mikael Date: Thu Oct 1 14:01:37 2015 New Revision: 228339 URL: https://gcc.gnu.org/viewcvs?rev=228339=gcc=rev Log: Fix missing deep copy when assigning a DT constructor to an array This adds the

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-01 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #6 from Mikael Morin --- Author: mikael Revision: 228170 Modified property: svn:log Modified: svn:log at Thu Oct 1 14:03:32 2015 -- --- svn:log (original)

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-01 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 Mikael Morin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-01 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #4 from Mikael Morin --- (In reply to Dominique d'Humieres from comment #3) > Any plan to back port the fix to 5.3? Yes, Paul suggested it in his approval message. I'm doing it now.

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-09-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-09-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #3 from Dominique d'Humieres --- Any plan to back port the fix to 5.3? If no, the PR could be closed as FIXED.

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-09-26 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 Mikael Morin changed: What|Removed |Added Keywords||patch, wrong-code Known to fail|

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-09-26 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #2 from Mikael Morin --- Author: mikael Date: Sat Sep 26 20:34:39 2015 New Revision: 228170 URL: https://gcc.gnu.org/viewcvs?rev=228170=gcc=rev Log: Fix missing deep copy when assigning a DT constructor to an array This adds the