[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 kargl at gcc dot gnu.org changed: What|Removed |Added CC||seurer at gcc dot gnu.org ---

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #9 from Thomas Koenig --- (In reply to kargl from comment #7) > The function check_externals_expr > is somewhat odd. It is declared to return int, but all return > statements are 'return 0'. This suggests to me that proper >

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #8 from Thomas Koenig --- Yes, the treatment of namespaces was dogdgy. This is fixed in https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01438.html (not yet reviewed). HJ, does this patch also fix the original test case?

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 kargl at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #7 from kargl at gcc dot gnu.org --- Thomas, this is fixed by % svn diff gcc/fortran/frontend-passes.c Index: gcc/fortran/frontend-passes.c === ---

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #6 from Hongtao.liu --- Created attachment 46744 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46744=edit Fortran source code Command line to reproduce this issue. gfortran -m64 -c -o module_comm_dm_3.fppized.o -O2

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-22 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #5 from Hongtao.liu --- (In reply to kargl from comment #4) > We need the Fortran source not the *.mod file. You can use samp.f90.

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-21 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #3 from Hongtao.liu --- It was ok two weeks ago, new regression from August 10th

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-21 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #2 from Hongtao.liu --- It needs two *.mod* file which is too large for attachment. So I put them in github, refer to https://github.com/algebra84/521.wrf_r

[Bug fortran/91519] [regression]ICE error in 521.wrf_r

2019-08-21 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91519 --- Comment #1 from Hongtao.liu --- Created attachment 46741 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46741=edit module_comm_dm_3.mod