https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345
--- Comment #5 from Byoungyoung Lee <blee at gatech dot edu> --- Thank you for the quick response! The patch I've uploaded is simply the results by replacing all static_cast in the error reports with reinterpret_cast, so that the tool stops complaining and it servers as more like a pointer where the undefined happens. Please let me know if there's anything that I can help out (i.e., regression testing). Thanks!