https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123588
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Inside getArgLength, right before the for loop does adding: ``` #pragma GCC novector ``` allow for the code to work?
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 23 Jan 2026 00:10:03 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123588
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Inside getArgLength, right before the for loop does adding: ``` #pragma GCC novector ``` allow for the code to work?