On Mon, Aug 29, 2016 at 10:17 AM, Paul Eggert <egg...@cs.ucla.edu> wrote: > Thanks for those fixes from the bleeding edge! One minor point: a strict > reading of the GCC 7 manual would say that calls to __builtin_add_overflow_p > etc. should use __typeof__ to avoid overflow in the very expression one is > trying to check for overflow, so I installed the attached followup.
Good catch. Thanks.