https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65007
Bug ID: 65007 Summary: __builtin_uaddll_overflow wrong *res declaration Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: tobias at stoeckmann dot org Created attachment 34717 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34717&action=edit patch to fix *res declarations The type of the *res variables are improperly declared for the 64 bit built-in overflow functions. Please see attached patch.