https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118815

--- Comment #2 from Haochen Jiang <haochen.jiang at intel dot com> ---
My guess (and probably it should be) is on the push and pop target for AVX10
related options and evex512 usage causing the issue.

AVX10.2-256 will only use 256 size, and there is elsewhere enabling evex512 and
forgetting to pop that, causing it messed up and finished up with this warning.

Let me check where it enables 512 accidentally.

Reply via email to