Re: [Patch, Fortran, committed] PR52161 - Fix bound checking of SYNC IMAGES( n )

2012-11-29 Thread Tobias Burnus
Tobias Burnus wrote: Committed as Rev. 193908 Looking at the code again, the condition for -fcoarray=lib was wrong and never triggered (-fcoarray=single was okay). Fixed by the following commit after building and regtesting. Tobias Index: gcc/fortran/ChangeLog ==

[Patch, Fortran, committed] PR52161 - Fix bound checking of SYNC IMAGES( n )

2012-11-28 Thread Tobias Burnus
Stupid bug of mine: When I cleaned up the code at some point, I forgot to change se.expr to "image" (se.expr is alway NULL_TREE at that point.) Committed as Rev. 193908 Tobias Index: gcc/fortran/ChangeLog === --- gcc/fortran/Change