[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2019-05-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 Dominique d'Humieres changed: What|Removed |Added CC||damian at sourceryinstitute dot o

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2019-01-13 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 --- Comment #13 from Paul Thomas --- (In reply to Paul Thomas from comment #11) > Author: pault > Date: Thu Oct 18 10:33:25 2018 > New Revision: 265263 > > URL: https://gcc.gnu.org/viewcvs?rev=265263&root=gcc&view=rev > Log: > 2018-10-18 Paul T

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 --- Comment #12 from Paul Thomas --- Author: pault Date: Thu Oct 18 10:37:39 2018 New Revision: 265264 URL: https://gcc.gnu.org/viewcvs?rev=265264&root=gcc&view=rev Log: 2018-10-18 Paul Thomas PR fortran/58618 * trans-stmt.c

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 --- Comment #11 from Paul Thomas --- Author: pault Date: Thu Oct 18 10:33:25 2018 New Revision: 265263 URL: https://gcc.gnu.org/viewcvs?rev=265263&root=gcc&view=rev Log: 2018-10-18 Paul Thomas PR fortran/58618 * trans-decl.c

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 --- Comment #10 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #9) > With the patch in comment 8, the wrong-code is replaced with an ICE > > pr58618.f90:2:0: > > 2 | associate (x=>s(1)(1:1)) > | > internal compiler e

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 --- Comment #9 from Dominique d'Humieres --- With the patch in comment 8, the wrong-code is replaced with an ICE pr58618.f90:2:0: 2 | associate (x=>s(1)(1:1)) | internal compiler error: in fold_convert_loc, at fold-const.c:2425 (configu

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-14 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 --- Comment #7 from Dominique d'Humieres --- > Still present in the current trunk as of r264725. If the PR has not been marked as fixed, such post is just adding noise!-(

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-10-05 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 Jürgen Reuter changed: What|Removed |Added CC||juergen.reuter at desy dot de --- Commen

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Summary|ICE with ch