RFR: 8365312: GCC 12 cannot compile SVE on aarch64 with auto-var-init pattern [v2]

Kim Barrett kbarrett at openjdk.org
Fri Aug 15 23:43:13 UTC 2025


On Fri, 15 Aug 2025 14:14:41 GMT, Fei Gao <fgao at openjdk.org> wrote:

>> I agree. Make sure to use the same test (DEBUG_LEVEL != release) to catch both fast and slow debug builds.
>
> That does make sense. Updated in the new commit. Thanks! @magicus @kimbarrett

I think using `DEBUG_LEVEL != release` isn't right for either of these places, since it means we're adding
the option for "optimize" builds. But doing so here is consistent. I will file a separate issue to address the
"optimize" build case"

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26755#discussion_r2280030665


More information about the build-dev mailing list