Minimal test case for armel:
# cat BUG.c
extern _Complex float g(int N, int dims[N]);
void f(void)
{
int dims[1];
_Complex float val = g(1, dims);
}
# arm-linux-gnueabi-gcc --version
arm-linux-gnueabi-gcc (Debian 11.2.0-9) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
Package: gcc-11
Version: 11.2.0-12
GCC 11 crashes on armel und s390x for certain
code involving VLAs. Same code builds with older
GCC:
https://buildd.debian.org/status/package.php?p=bart-view
This may also be related to a build failure on i386
for a different package:
https://salsa.debian.org/
2 matches
Mail list logo