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

2021-12-29 Thread Martin Uecker
GCC bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?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,