https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703
--- Comment #2 from Gerhard Steinmetz
---
Whereas :
$ cat z4.f90
program p
type t1
end type
type t2
integer :: n
class(t1), allocatable :: a
end type
type(t1) :: x = t1()
type(t2) :: y = t2(1, null())
print *, s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703
--- Comment #1 from Gerhard Steinmetz
---
Backtrace with gfortran-7-20160626 :
z2.f90:10:0:
print *, same_type_as(x, y%a)
internal compiler error: in wide_int_to_tree, at tree.c:1487
0xca0093 wide_int_to_tree(tree_node*,
generic_wide_int