http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janus at gcc dot gnu.org --- Comment #2 from janus at gcc dot gnu.org 2012-11-16 10:27:43 UTC --- (In reply to comment #1) > Trying -faddress-sanitizer on CP2K leads to the following failure: Slightly reduced test case: MODULE m TYPE t INTEGER, DIMENSION(:), ALLOCATABLE :: orders END TYPE CONTAINS SUBROUTINE s TYPE(t) :: x, y x = y END SUBROUTINE END MODULE m