Bug#1002505: Bug#1001916: Info received (missing builds are due to compiler bugs)

2021-12-29 Thread Martin Uecker
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.

Bug#1002505: gcc internal compiler error related to VLAs

2021-12-23 Thread Martin Uecker
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/