[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

2021-01-23 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67430 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

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

[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

2015-09-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67430 --- Comment #4 from Dominique d'Humieres --- Am I correct to summarize (simplify?) your expectation (interpretation as: use the overloaded assignment if the lhs and rhs are conforming, otherwise use the intrinsic assignment? If yes, what the

[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

2015-09-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67430 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

2015-09-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67430 kargl at gcc dot gnu.org changed: What|Removed |Added Severity|major |normal

[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

2015-09-02 Thread andrew at boldfriend dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67430 --- Comment #2 from Andrew Baldwin --- In 7.2.1.4 of my copy of the standard it states: "A subroutine defines the defined assignment x1 = x2 if" ... "(5) either (a) the ranks of x1 and x2 match those of d1 and d2 or (b) the subroutine

[Bug fortran/67430] reallocate lhs with overloaded assignment operators causes memory error and wrong size

2015-09-02 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67430 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #3