https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123588
--- Comment #12 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #11) > Inside getArgLength, right before the for loop does adding: > ``` > #pragma GCC novector > ``` > > allow for the code to work? Yes (I should've tried it before).
