diff --git a/src/simulator/high-precision-128.h b/src/simulator/high-precision-128.h index 8ede96ec8..775f59ea0 100644 --- a/src/simulator/high-precision-128.h +++ b/src/simulator/high-precision-128.h @@ -222,7 +222,9 @@ HighPrecision::Compare (HighPrecision const &o) const HP128INC (m_nslowcmps); return SlowCompare (o); } - + // The below statement is unreachable but necessary for optimized + // builds with gcc-4.0.x due to a compiler bug. + return 0; } HighPrecision HighPrecision::Zero (void)