Hi Jakub,
Hi!This PR is about ASAN failing with checking failures. The problem is on the Fortran FE side, which calls BUILT_IN_MEMCPY sometimes with wrong type of the last argument (which is not type compatible with the size_type_node type). Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
OK. Thanks a lot for the patch! Thomas