SUNDAY, APRIL 19, 2026 GCC DIGEST · OPEN-SOURCE SYSTEMS DAILY VOL. 1 · NO. 109
Late Edition · APRIL 19, 2026 · VOL. 1 · NO. 109
The GCC Digest
— A Daily Record of the GNU Compiler Collection —
vect Impact 4 / 10

Vect: Unrestrict test cases for non-gather elementwise loads.

Test cases for vectorization of non-gather elementwise loads are no longer specific to early break vectorization and are unrestricted.

The test cases ‘g++.dg/vect/vect-pr124037.cc’ and ‘gcc.dg/vect/vect-pr124037.c’ were previously restricted to early break vectorization. This commit removes those restrictions, allowing the test cases to be used more broadly. The C++ test case also no longer uses ‘mmap’.

Filed Under: vectorizationtesting