Debian Package rebuild

Rebuild of the Debian archive with clang

"Variable length array in structure won't be supported" build failure(s)
clang 4.0.1
Return to the list
The following code is not (and won't) supported by clang.
int returnAnInt(void) {
  return 42;
}

int main() {
  struct {
     char buf[returnAnIt()];
  } r;
}

Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
bird 1.6.3-3netlink.c:888:10: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
libdc1394-22 2.2.5-1[48] [49] [50] [51] [52] [53control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
ndisc6 1.0.3-3trace-tcp.c:57:11: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
pulseaudio 10.0-2pulsecore/iochannel.c:358:17: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
rng-tools 2-unofficial-mt.14-1rngd_linux.c:191:17: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
rng-tools5 5-1rngd_linux.c:126:17: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
unscd 0.52-1nscd.c:2446:9: error: fields must have a constant size: 'variable length array in structure' extension will never be supported Log
7 errors
Return to the list