[Bug libstdc++/63345] Multiple undefined behaviors (static_cast<>) in libstdc++-v3/include/bits

2014-09-23 Thread blee at gatech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345 --- Comment #5 from Byoungyoung Lee --- 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

[Bug libstdc++/63345] Multiple undefined behaviors (static_cast<>) in libstdc++-v3/include/bits

2014-09-23 Thread blee at gatech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345 --- Comment #1 from Byoungyoung Lee --- Created attachment 33541 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33541&action=edit Error reports in running Chromium browsers.

[Bug libstdc++/63345] New: Multiple undefined behaviors (static_cast<>) in libstdc++-v3/include/bits

2014-09-23 Thread blee at gatech dot edu
verity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: blee at gatech dot edu Created attachment 33540 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33540&action=edit Patching undefined behaviors. Hi