https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527
--- Comment #3 from anlauf at gcc dot gnu.org --- (In reply to kargl from comment #2) > This fixes all testcases. These two helper functions can indicate > a problem occurs, so instead of asserting on (a->ts.type != BT_INTEGER) > return the CMP_UNKNOWN condition. This does give a few run-on > errors. Indeed, this is better and more general.