[Bug fortran/22518] ICE in gfc_conv_function_call for elemental character functions

2005-07-19 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-19 07:57 --- No elemental function call necessary, it seems. (The * is probably invalid for this). Here is another case which exhibits the same behavior: $ cat clen.f90 program main implicit none character(len=2) :

[Bug fortran/22518] ICE in gfc_conv_function_call for elemental character functions

2005-07-19 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-19 07:30 --- This is probably invalid code. ifort rejects this with fortcom: Error: elem-char.f90, line 5: A CHARACTER function name must not be declared with an asterisk type-param-value (i.e., (LEN=*)) if the functi

[Bug fortran/22518] ICE in gfc_conv_function_call for elemental character functions

2005-07-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-17 15:47 --- Confirmed, related to PR 22146. -- What|Removed |Added Status|UNCONFIRMED