K 10 svn:author V 6 gerald K 8 svn:date V 27 2020-01-30T20:48:54.492457Z K 7 svn:log V 423 Fix a build failure in the new analyzer module that was reported with clang 9.0.1 (only): ports/lang/gcc10-devel/work/gcc-10-20200126/gcc/analyzer/engine.cc:2971:13: error: reinterpret_cast from 'nullptr_t' to 'function *' is not allowed v.m_fun = reinterpret_cast (NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 243681 Reported by: Philippe Michel END