> Those functions re not supported in gcc-4.9, they were added in gcc-5 > > https://gcc.gnu.org/gcc-5/changes.html#c-family Thank you. I thought these were old functions. So, in the past people would do it with asm code? I know I could check for overflow before addition, but that is kind of slow (for a simple addition). -- Bruno Schneider