summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 1d42ae7..05c186e 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -29,6 +29,12 @@ TOOLCHAIN_pn-grub = "gcc"
29TOOLCHAIN_pn-grub-efi = "gcc" 29TOOLCHAIN_pn-grub-efi = "gcc"
30TOOLCHAIN_pn-gummiboot = "gcc" 30TOOLCHAIN_pn-gummiboot = "gcc"
31TOOLCHAIN_pn-ldconfig-native = "gcc" 31TOOLCHAIN_pn-ldconfig-native = "gcc"
32# VLAs
33#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
34#| __u32 buffer[cam->max_response_quads];
35#| ^
36#| 1 error generated.
37TOOLCHAIN_pn-libdc1394 = "gcc"
32TOOLCHAIN_pn-libgcc = "gcc" 38TOOLCHAIN_pn-libgcc = "gcc"
33TOOLCHAIN_pn-libgcc-initial = "gcc" 39TOOLCHAIN_pn-libgcc-initial = "gcc"
34TOOLCHAIN_pn-libgfortran = "gcc" 40TOOLCHAIN_pn-libgfortran = "gcc"