RFR: 8364184: [REDO] AArch64: [VectorAPI] sve vector math operations are not supported after JDK-8353217

Andrew Haley aph at openjdk.org
Tue Aug 19 08:36:17 UTC 2025


On Mon, 4 Aug 2025 13:57:31 GMT, Fei Gao <fgao at openjdk.org> wrote:

> > Can we link this with a GCC bug report?
> 
> @theRealAph thanks for taking a look at this. It looks like there have already been a few related discussions. The feature author mentioned that there are no current plans to support VLAs. See the discussion in [GCC Bug 103374](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103374), and a newer one in [GCC Bug 119381](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119381). Are you suggesting that we should open a new report?

I'm trying to understand if this is a bug in GCC. It appears that it is: `-ftrivial-auto-var-init=pattern` is incompatible with opaque sizeless types in ARM C Language Extensions (ACLE). There is no workaround for it.

So, this patch is reasonable, but please submit a GCC bug report of "`-ftrivial-auto-var-init=pattern` is incompatible with opaque sizeless types in ARM C Language Extensions (ACLE)." Otherwise GCC authors won't know. This might encourage Jakub to fix `-ftrivial-auto-var-init=pattern` .

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

PR Comment: https://git.openjdk.org/jdk/pull/26577#issuecomment-3151114003


More information about the build-dev mailing list