https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119617
--- Comment #8 from Haochen Jiang <haochen.jiang at intel dot com> --- After some more consideration, my current plan is to raise an error if -mno-evex512 is not used with AVX512VL enabled in GCC 14 and GCC 15, since w/o AVX512VL, we could only use scalar instructions. I suppose it is a better and mild solution comparing to the previous two. I will raise a patch on that.