[Bug fortran/58904] ICE: accessing a component field of an unavailable type results in a seg fault
sgk at troutmask dot apl.washington.edu
gcc-bugzilla@gcc.gnu.org
Fri Mar 16 23:49:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58904
--- Comment #8 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Fri, Mar 16, 2018 at 11:03:30PM +0000, dominiq at lps dot ens.fr wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58904
>
> --- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> I get
>
> pr58904.f90:5:4:
>
> r%b = b
> 1
> Error: Unclassifiable statement at (1)
> pr58904.f90:3:2:
>
> TYPE(mytype) FUNCTION create_sort_range(b) result(r)
> 1
> Error: The type for function 'create_sort_range' at (1) is not accessible
>
> with 6.4, 7.3, and trunk (8.0) and an ICE with 5.5.
>
So, it can be closed?
More information about the Gcc-bugs
mailing list