[Bug fortran/82009] [F08] ICE with block construct

2019-02-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug fortran/82009] [F08] ICE with block construct

2018-07-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 --- Comment #11 from Jerry DeLisle --- The missing local variable exists in the fortran dump and it shows as the first item in the namespace passed to gfc_process_block_locals. However, it has no backend decl. I do not understand enough to proc

[Bug fortran/82009] [F08] ICE with block construct

2018-07-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 --- Comment #10 from Jerry DeLisle --- In the tree dump, the declaration for idxs is missing for the first subroutine. I have modified to the following example so one can see it is not symbol name conflicts. MODULE sparse_matrix_csx_benchmark_ut

[Bug fortran/82009] [F08] ICE with block construct

2018-07-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 Jerry DeLisle changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/82009] [F08] ICE with block construct

2018-07-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 --- Comment #8 from Dominique d'Humieres --- > Fixed on trunk. Closing When compiling the original test, the ICE is gone but I get: Undefined symbols for architecture x86_64: "_idxs.3783", referenced from: ___sparse_matrix_csx_benchmark

[Bug fortran/82009] [F08] ICE with block construct

2018-07-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/82009] [F08] ICE with block construct

2018-07-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Wed Jul 4 18:08:16 2018 New Revision: 262416 URL: https://gcc.gnu.org/viewcvs?rev=262416&root=gcc&view=rev Log: 2018-07-04 Jerry DeLisle PR fortran/82009 * trans-

[Bug fortran/82009] [F08] ICE with block construct

2018-06-23 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/82009] [F08] ICE with block construct

2018-06-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 --- Comment #4 from kargl a

[Bug fortran/82009] [F08] ICE with block construct

2018-06-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #2) > (In reply to janus from comment #1) > > Confirmed. ICEs with every gfortran version I tried, from 4.7 up to trunk. > > > > Slight reduction: > > > > MODULE cs

[Bug fortran/82009] [F08] ICE with block construct

2018-06-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/82009] [F08] ICE with block construct

2017-08-28 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82009 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code