[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 --- Comment #8 from Dominique d'Humieres --- > Hi Dominique, > > If you follow the correspondence, it ended with questions from me that > were never answered. > > Paul Indeed I have read https://gcc.gnu.org/ml/fortran/2015-09/msg00071.html! I ha

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 --- Comment #7 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #6) > A patch has been submitted at > https://gcc.gnu.org/ml/fortran/2015-09/msg00024.html. Hi Dominique, If you follow the correspondence, it ended with questio

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 --- Comment #6 from Dominique d'Humieres --- A patch has been submitted at https://gcc.gnu.org/ml/fortran/2015-09/msg00024.html.

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-09-07 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 --- Comment #5 from Paul Thomas --- This cures the problem in all its guises: Index: /home/pault/svn/trunk/gcc/fortran/trans-expr.c === *** /home/pault/svn/trunk/gcc/fortran/trans-e

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-09-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 --- Comment #4 from Dominique d'Humieres --- > Looks to me, from your result, that it is present in 5.2 :-) ( 0., 0.) instead of ( 1., 0. )?-(

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-09-07 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 --- Comment #3 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #2) > Confirmed for trunk (6.0). I get an ICE for the test in comment 0 and the > first one in comment 1 with 4.9: > > pr66681_1.f90:4:0: internal compiler error:

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

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

[Bug fortran/66681] Wrong result in assigning this_image() to a complex coarray

2015-09-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #1 fr