[Bug fortran/67496] New: trans-array.c sanitizer runtime error: load of value 124, which is not a valid value for type 'bool'
zeccav at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 8 14:49:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67496
Bug ID: 67496
Summary: trans-array.c sanitizer runtime error: load of value
124, which is not a valid value for type 'bool'
Product: gcc
Version: 5.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: zeccav at gmail dot com
Target Milestone: ---
!gcc-5.2.0/gcc/fortran/trans-array.c:2223:27: runtime error: load of value 124,
which is not a valid value for type 'bool'
! source line "typespec_chararray_ctor = (expr->ts.u.cl &&
expr->ts.u.cl->length_from_typespec);"
!Target: x86_64-unknown-linux-gnu
type :: a
end type a
type :: b
type (a) :: j(1)
end type b
type(a) :: x
type(b) :: y
y = b((/x/))
end
More information about the Gcc-bugs
mailing list