https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #55596|0 |1
is obsolete| |
--- Comment #88 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 55628
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55628&action=edit
gcc14-bitint-wip.patch
Updated version which passes all the __builtin_*_overflow{,_p} tests. I also
used
gcov on gimple-lower-bitint.cc to make sure testsuite coverage covers almost
everything in the file.