Snapshot gcc-13-20230212 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/13-20230212/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 13 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
I requested a bugzilla account a few days ago and haven't heard
back so I'm just going to report this here.
#include
#include
#include
bool add(uint8_t *r, const uint8_t *a, const uint8_t *b) {
return __builtin_add_overflow(*a, *b, r);
}
bool mul(uint8_t *r, const uint8_t *a, const uint8_t