[Bug fortran/80235] ICE: coarrays, submodule

2024-10-17 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 Andre Vehreschild changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/80235] ICE: coarrays, submodule

2024-10-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 --- Comment #9 from GCC Commits --- The master branch has been updated by Andre Vehreschild : https://gcc.gnu.org/g:e32fff675c3bb040fa79854f6b0654c16bc38997 commit r15-4405-ge32fff675c3bb040fa79854f6b0654c16bc38997 Author: Andre Vehreschild Da

[Bug fortran/80235] ICE: coarrays, submodule

2024-09-25 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 Andre Vehreschild changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vehre at gcc dot gnu.org

[Bug fortran/80235] ICE: coarrays, submodule

2017-12-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 --- Comment #7 from Dominique d'Humieres --- > May be a duplicate of or similar to pr78983. While the patch at https://gcc.gnu.org/ml/fortran/2017-12/msg00099.html fixes pr78983 (AFAICT), this PR is only partially fixed by the patch % gfc -c pr

[Bug fortran/80235] ICE: coarrays, submodule

2017-04-01 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 vehre at gcc dot gnu.org changed: What|Removed |Added CC||vehre at gcc dot gnu.org --- C

[Bug fortran/80235] ICE: coarrays, submodule

2017-04-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 --- Comment #5 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #4) > Reduced submodule > > submodule ( m ) sm > > contains > > module subroutine cgca_pfem_map( origin, rot, bcol, bcou ) > implicit none > rea

[Bug fortran/80235] ICE: coarrays, submodule

2017-03-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 --- Comment #4 from Dominique d'Humieres --- Reduced submodule submodule ( m ) sm contains module subroutine cgca_pfem_map( origin, rot, bcol, bcou ) implicit none real( kind=rdef ), intent( in ) ::

[Bug fortran/80235] ICE: coarrays, submodule

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

[Bug fortran/80235] ICE: coarrays, submodule

2017-03-28 Thread mexas at bristol dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 --- Comment #2 from Anton Shterenlikht --- Can be triggered also with gfortran7 directly: $ gfortran7 -c -fcoarray=lib m.f90 $ gfortran7 -c -fcoarray=lib sm.f90 sm.f90:22:0: maxfe = size( cgca_pfem_centroid_tmp%r, dim=2 ) internal compiler er

[Bug fortran/80235] ICE: coarrays, submodule

2017-03-28 Thread mexas at bristol dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235 --- Comment #1 from Anton Shterenlikht --- Created attachment 41064 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41064&action=edit submodule file