[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-09-09 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #14 from markeggleston at gcc dot gnu.org --- The test case in comment 7 proved trickier to track down. The ICE occurs in this code: /* Components can correspond to fields of different containing types, as components are

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-09-09 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #13 from markeggleston at gcc dot gnu.org --- The test case in comment 0 is fixed by: trans-array.c @ -3638,8 +3638,11 @@ gfc_conv_array_ref (gfc_se * se, gfc_array_ref * ar, gfc_expr *expr, /* Handle scalarized references

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-07-30 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #12 from markeggleston at gcc dot gnu.org --- Fixed the ICE in comment 5. I completely missed the "a different ICE"... More investigation required.

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-07-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-07-29 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 markeggleston at gcc dot gnu.org changed: What|Removed |Added CC||markeggleston at gcc

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-07-29 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #9 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:c2e99836a2751b6d970ca6e50c1a368f5d2a2375 commit r11-2398-gc2e99836a2751b6d970ca6e50c1a368f5d2a2375 Author: Mark Eggleston Date:

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-07-23 Thread bardeau at iram dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #8 from Sebastien Bardeau --- I am experiencing an ICE looking pretty much the same as this one. gfortran version and messages: bardeau ~> gfortran -v Using built-in specs. COLLECT_GCC=gfortran

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2020-07-23 Thread bardeau at iram dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 Sebastien Bardeau changed: What|Removed |Added CC||bardeau at iram dot fr --- Comment

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2019-03-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #6 from Dominique d'Humieres --- The tests in comment 0 and 5 compile if I replace '(1:)' with something such as '(1:3)'.

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2018-03-25 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #5 from Harald Anlauf --- Removing the size() in the print and the unneeded declaration of , one gets a different ICE: character(len=5) :: str(3) call f(str(:)) contains subroutine f(x) character(len=*) :: x(:) print

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2018-01-18 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #4

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2017-11-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #3 from Thomas Koenig --- Paul, is this something that could be fixed with the new descriptor you introduced?

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2013-04-27 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2013-04-06 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Blocks||56818