================ Comment at: test/ubsan/TestCases/Float/cast-overflow.cpp:20 @@ -19,2 +19,3 @@ #include <string.h> +#include <endian.h> ---------------- nit: put this #include before #include <stdint.h> http://reviews.llvm.org/D4881