[Bug fortran/84868] [7/8 Regression] ICE in gfc_conv_descriptor_offset, at fortran/trans-array.c:208

2018-03-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84868 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-valid-code Prior

[Bug fortran/84868] [7/8 Regression] ICE in gfc_conv_descriptor_offset, at fortran/trans-array.c:208

2018-03-14 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84868 --- Comment #1 from G. Steinmetz --- Works with different names (a, c) : $ cat z2.f90 module m character(:), allocatable :: a contains function f(n) result(z) character, parameter :: c(3) = ['x', 'y', 'z'] integer, intent(in