[Bug fortran/71703] ICE in wide_int_to_tree, at tree.c:1488

2016-06-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71703 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/71703] ICE in wide_int_to_tree, at tree.c:1488

2016-06-29 Thread gerhard.steinmetz.fort...@t-online.de
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

[Bug fortran/71703] ICE in wide_int_to_tree, at tree.c:1488

2016-06-29 Thread gerhard.steinmetz.fort...@t-online.de
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