ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/a/allegro4.2/allegro4.2_4.2.2.orig.tar.gz
./src/linux/lmseev.c:199:23: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   unsigned long bits[(max+len-1)/len];
                      ^~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/a/angband/angband_3.5.1.orig.tar.gz
monster/mon-lore.c:1531:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        const char *name_list[list_size];
                              ^~~~~~~~~
monster/mon-lore.c:1532:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        int color_list[list_size];
                       ^~~~~~~~~
monster/mon-lore.c:1533:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        int damage_list[list_size];
                        ^~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/a/avfs/avfs_1.0.1.orig.tar.gz
serialfile.c:201:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char tmpbuf[tmpbufsize];
                ^~~~~~~~~~
serialfile.c:421:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char tmpbuf[tmpbufsize];
                ^~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/c/celt/celt_0.7.1.orig.tar.gz
pitch.c:167:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   ALLOC(y_lp4, lag>>2, celt_word16);
                ^~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/c/comedilib/comedilib_0.8.1.orig.tar.gz
gpct_buffered_counting.c:117:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        lsampl_t chanlist[num_chan];
                          ^~~~~~~~
gpct_buffered_counting.c:163:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        lsampl_t buffer[buffer_size];
                        ^~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/d/dc3dd/dc3dd_7.2.641.orig.tar.gz
dc3dd.c:471:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char errbuf[DISPLAY_MESSAGE_LENGTH];
               ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:682:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:692:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char internal_error[DISPLAY_MESSAGE_LENGTH];
                       ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:704:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:806:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:890:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:922:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:951:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:973:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:1005:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];   
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:1186:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char stats[DISPLAY_MESSAGE_LENGTH]; 
              ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:1676:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
               char message[DISPLAY_MESSAGE_LENGTH];
                            ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:2253:23: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
         char message[DISPLAY_MESSAGE_LENGTH];
                      ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:2314:23: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
         char message[DISPLAY_MESSAGE_LENGTH];
                      ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:3485:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char stats[DISPLAY_MESSAGE_LENGTH];
              ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:3522:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:4373:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:4391:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   char message[DISPLAY_MESSAGE_LENGTH];
                ^~~~~~~~~~~~~~~~~~~~~~
dc3dd.c:4404:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
      char message[DISPLAY_MESSAGE_LENGTH];
                   ^~~~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/d/dmtcp/dmtcp_2.3.1.orig.tar.gz
mtcp_restart.c:1066:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char buf[bufsize];
             ^~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/d/dovecot/dovecot_2.2.18.orig.tar.gz
connection.c:131:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                conn->to = timeout_add(set->input_idle_timeout_secs*1000,
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
connection.c:270:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                        conn->to = timeout_add(set->client_connect_timeout_msecs,
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file-dotlock.c:462:7: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        to = timeout_add(lock_info->wait_usecs/1000,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/f/foomatic-db-engine/foomatic-db-engine_4.0.8.orig.tar.gz
foomatic-combo-xml.c:81:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char buffer[blocksize + 1];/* data block currently read */
              ^~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/g/gtk+2.0/gtk+2.0_2.24.28.orig.tar.xz
testing.c:142:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  GtkWidget *widgets[N_WIDGETS];
                     ^~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/g/gtk+3.0/gtk+3.0_3.4.2.orig.tar.xz
testing.c:142:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  GtkWidget *widgets[N_WIDGETS];
                     ^~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/g/guile-1.6/guile-1.6_1.6.8.orig.tar.gz
eval.c:1294:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_AND):
         ^~~~~~~~~~~~~~~~~~~~
eval.c:1297:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_BEGIN):
         ^~~~~~~~~~~~~~~~~~~~~~
eval.c:1300:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_CASE):
         ^~~~~~~~~~~~~~~~~~~~~
eval.c:1303:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_COND):
         ^~~~~~~~~~~~~~~~~~~~~
eval.c:1306:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_DO):
         ^~~~~~~~~~~~~~~~~~~
eval.c:1309:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_IF):
         ^~~~~~~~~~~~~~~~~~~
eval.c:1312:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LET):
         ^~~~~~~~~~~~~~~~~~~~
eval.c:1315:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LETREC):
         ^~~~~~~~~~~~~~~~~~~~~~~
eval.c:1362:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LETSTAR):
         ^~~~~~~~~~~~~~~~~~~~~~~~
eval.c:1401:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_OR):
         ^~~~~~~~~~~~~~~~~~~
eval.c:1404:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LAMBDA):
         ^~~~~~~~~~~~~~~~~~~~~~~
eval.c:1410:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_QUOTE):
         ^~~~~~~~~~~~~~~~~~~~~~
eval.c:1413:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_SET_X):
         ^~~~~~~~~~~~~~~~~~~~~~
eval.c:1416:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_DEFINE):
         ^~~~~~~~~~~~~~~~~~~~~~~
eval.c:1426:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_MAKISYM (0)):
         ^~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:1432:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_APPLY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:1435:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_CONT)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:1438:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_DELAY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:1442:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_CALL_WITH_VALUES)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:1952:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_AND):
         ^~~~~~~~~~~~~~~~~~~~
eval.c:1969:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_BEGIN):
         ^~~~~~~~~~~~~~~~~~~~~~
eval.c:2039:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_CASE):
         ^~~~~~~~~~~~~~~~~~~~~
eval.c:2067:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_COND):
         ^~~~~~~~~~~~~~~~~~~~~
eval.c:2099:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_DO):
         ^~~~~~~~~~~~~~~~~~~
eval.c:2133:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_IF):
         ^~~~~~~~~~~~~~~~~~~
eval.c:2149:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LET):
         ^~~~~~~~~~~~~~~~~~~~
eval.c:2164:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LETREC):
         ^~~~~~~~~~~~~~~~~~~~~~~
eval.c:2180:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LETSTAR):
         ^~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2198:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_OR):
         ^~~~~~~~~~~~~~~~~~~
eval.c:2216:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LAMBDA):
         ^~~~~~~~~~~~~~~~~~~~~~~
eval.c:2220:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_QUOTE):
         ^~~~~~~~~~~~~~~~~~~~~~
eval.c:2224:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_SET_X):
         ^~~~~~~~~~~~~~~~~~~~~~
eval.c:2250:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_DEFINE):       /* only for internal defines */
         ^~~~~~~~~~~~~~~~~~~~~~~
eval.c:2254:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_MAKISYM (0)):
         ^~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2259:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_APPLY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2305:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_CONT)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2326:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_DELAY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2329:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_DISPATCH)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2427:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_SLOT_REF)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2432:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_SLOT_SET_X)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2441:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_NIL_COND)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2461:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_NIL_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2467:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_T_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2471:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_0_COND)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2491:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_0_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2497:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_1_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2503:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_BIND)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2542:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_CALL_WITH_VALUES)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eval.c:2595:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_ILOC00):
         ^~~~~~~~~~~~~~~~~~~~
./eval.c:1952:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_AND):
         ^~~~~~~~~~~~~~~~~~~~
./eval.c:1969:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_BEGIN):
         ^~~~~~~~~~~~~~~~~~~~~~
./eval.c:2039:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_CASE):
         ^~~~~~~~~~~~~~~~~~~~~
./eval.c:2067:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_COND):
         ^~~~~~~~~~~~~~~~~~~~~
./eval.c:2099:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_DO):
         ^~~~~~~~~~~~~~~~~~~
./eval.c:2133:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_IF):
         ^~~~~~~~~~~~~~~~~~~
./eval.c:2149:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LET):
         ^~~~~~~~~~~~~~~~~~~~
./eval.c:2164:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LETREC):
         ^~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2180:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LETSTAR):
         ^~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2198:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_OR):
         ^~~~~~~~~~~~~~~~~~~
./eval.c:2216:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_LAMBDA):
         ^~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2220:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_QUOTE):
         ^~~~~~~~~~~~~~~~~~~~~~
./eval.c:2224:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_SET_X):
         ^~~~~~~~~~~~~~~~~~~~~~
./eval.c:2250:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_IM_DEFINE):       /* only for internal defines */
         ^~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2254:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_MAKISYM (0)):
         ^~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2259:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_APPLY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2305:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_CONT)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2326:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_DELAY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2329:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_DISPATCH)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2427:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_SLOT_REF)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2432:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_SLOT_SET_X)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2441:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_NIL_COND)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2461:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_NIL_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2467:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_T_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2471:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_0_COND)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2491:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_0_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2497:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_1_IFY)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2503:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_BIND)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2542:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case (SCM_ISYMNUM (SCM_IM_CALL_WITH_VALUES)):
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./eval.c:2595:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_BIT8(SCM_ILOC00):
         ^~~~~~~~~~~~~~~~~~~~
hash.c:99:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_UNPACK(SCM_EOL):
         ^~~~~~~~~~~~~~~~~~~
hash.c:103:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_UNPACK(SCM_BOOL_T):
         ^~~~~~~~~~~~~~~~~~~~~~
hash.c:106:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_UNPACK(SCM_BOOL_F):
         ^~~~~~~~~~~~~~~~~~~~~~
hash.c:109:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case SCM_UNPACK(SCM_EOF_VAL):
         ^~~~~~~~~~~~~~~~~~~~~~~
objects.c:107:11: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
            case SCM_ISYMNUM (SCM_BOOL_F):
                 ^~~~~~~~~~~~~~~~~~~~~~~~
objects.c:108:11: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
            case SCM_ISYMNUM (SCM_BOOL_T):
                 ^~~~~~~~~~~~~~~~~~~~~~~~
objects.c:110:11: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
            case SCM_ISYMNUM (SCM_EOL):
                 ^~~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/h/hamlib/hamlib_1.2.15.3.orig.tar.gz
ts2000.c:606:16: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
          case s_kHz(6.25):   tstep = 1; break;
               ^~~~~~~~~~~
ts2000.c:608:16: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
          case s_kHz(12.5):   tstep = 3; break;
               ^~~~~~~~~~~
ts2000.c:619:16: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
          case s_kHz(2.5):    tstep = 1; break;
               ^~~~~~~~~~
pcr.c:770:7: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
        case s_kHz(2.8):
             ^~~~~~~~~~
winradio.c:81:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case (int)kHz(17):
         ^~~~~~~~~~~~
winradio.c:82:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case (int)kHz(15): m = RMD_FMN; break;
         ^~~~~~~~~~~~
winradio.c:84:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case (int)kHz(6): m = RMD_FM6; break;
         ^~~~~~~~~~~
winradio.c:85:10: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
    case (int)kHz(50): m = RMD_FMM; break;
         ^~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/h/httperf/httperf_0.9.0.orig.tar.gz
basic.c:97:30: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    u_int conn_lifetime_hist[NUM_BINS]; /* histogram of connection lifetimes */
                             ^~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/i/ifile/ifile_1.3.9.orig.tar.gz
istext.c:42:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char buf[NUM_TEST_CHARS];
           ^~~~~~~~~~~~~~
istext.c:54:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  int line_lengths[NUM_LINE_LENGTHS];
                   ^~~~~~~~~~~~~~~~
istext.c:55:29: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  int line_length_histogram[NUM_LINE_LENGTHS];
                            ^~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/i/ipmitool/ipmitool_1.8.15.orig.tar.bz2
ipmi_ekanalyzer.c:262:53: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
static int ipmi_ek_compare_asym( unsigned char asym[COMPARE_CANDIDATE] );
                                                    ^~~~~~~~~~~~~~~~~
ipmi_ekanalyzer.c:265:58: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
      struct fru_picmgext_amc_link_desc_record link_desc[COMPARE_CANDIDATE] );
                                                         ^~~~~~~~~~~~~~~~~
ipmi_ekanalyzer.c:1917:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                unsigned char asym[COMPARE_CANDIDATE];
                                   ^~~~~~~~~~~~~~~~~
ipmi_ekanalyzer.c:1923:50: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                        struct fru_picmgext_amc_link_desc_record link[COMPARE_CANDIDATE];
                                                                      ^~~~~~~~~~~~~~~~~
ipmi_ekanalyzer.c:1957:41: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
ipmi_ek_compare_asym(unsigned char asym[COMPARE_CANDIDATE])
                                        ^~~~~~~~~~~~~~~~~
ipmi_ekanalyzer.c:1993:54: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                struct fru_picmgext_amc_link_desc_record link_desc[COMPARE_CANDIDATE])
                                                                   ^~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/l/leptonlib/leptonlib_1.72.orig.tar.gz
classapp.c:101:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char        filename[L_BUF_SIZE];
                     ^~~~~~~~~~
classapp.c:181:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char        filename[L_BUF_SIZE];
                     ^~~~~~~~~~
fhmtauto.c:252:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fhmtauto.c:430:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fhmtauto.c:680:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fhmtauto.c:733:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fmorphauto.c:287:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fmorphauto.c:492:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fmorphauto.c:751:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
fmorphauto.c:825:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
gplot.c:148:13: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char    buf[L_BUF_SIZE];
            ^~~~~~~~~~
gplot.c:269:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char       buf[L_BUF_SIZE];
               ^~~~~~~~~~
gplot.c:375:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     buf[L_BUF_SIZE];
             ^~~~~~~~~~
gplot.c:413:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     buf[L_BUF_SIZE];
             ^~~~~~~~~~
gplot.c:791:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     buf[L_BUF_SIZE];
             ^~~~~~~~~~
jbclass.c:1424:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
l_int32  ncc[MAX_ALLOWED_DILATION + 1];
             ^~~~~~~~~~~~~~~~~~~~~~~~
jbclass.c:1888:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     buf[L_BUF_SIZE];
             ^~~~~~~~~~
jbclass.c:1947:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char      fname[L_BUF_SIZE];
                ^~~~~~~~~~
parseprotos.c:551:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     buf[L_BUF_SIZE];
             ^~~~~~~~~~
psio2.c:406:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
psio2.c:894:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
psio2.c:1279:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
psio2.c:1753:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
sel1.c:945:19: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     combname[L_BUF_SIZE];
                  ^~~~~~~~~~
sel1.c:1364:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     linebuf[L_BUF_SIZE];
                 ^~~~~~~~~~
sel2.c:77:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     name[L_BUF_SIZE];
              ^~~~~~~~~~
sel2.c:298:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     name[L_BUF_SIZE];
              ^~~~~~~~~~
sel2.c:338:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     name[L_BUF_SIZE];
              ^~~~~~~~~~
sel2.c:399:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char       name[L_BUF_SIZE];
                ^~~~~~~~~~
sel2.c:521:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char       name[L_BUF_SIZE];
                ^~~~~~~~~~
viewfiles.c:87:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char       charbuf[L_BUF_SIZE];
                   ^~~~~~~~~~
writefile.c:177:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     bigbuf[L_BUF_SIZE];
                ^~~~~~~~~~
writefile.c:823:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char            buffer[L_BUF_SIZE];
                       ^~~~~~~~~~
writefile.c:985:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char     buffer[L_BUF_SIZE];
                ^~~~~~~~~~
writefile.c:1076:21: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char            buf[L_BUF_SIZE];
                    ^~~~~~~~~~
xtractprotos.c:101:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
char         buf[L_BUF_SIZE];
                 ^~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/l/lxc/lxc_1.0.7.orig.tar.xz
attach.c:152:9: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        int fd[size];
               ^~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/makebootfat/makebootfat_1.4.orig.tar.gz
makebootfat.c:488:32: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        unsigned syslinux3_sector_map[syslinux3_sector_max];
                                      ^~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/masqmail/masqmail_0.3.4.orig.tar.gz
hmac_md5.c:48:21: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        unsigned char ipad[blocksize];
                           ^~~~~~~~~
hmac_md5.c:49:21: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        unsigned char opad[blocksize];
                           ^~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/medusa/medusa_2.1.1.orig.tar.gz
telnet.c:425:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char bufSend[BUFFER_SIZE];
               ^~~~~~~~~~~
telnet.c:622:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char bufSend[BUFFER_SIZE];
               ^~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/module-init-tools/module-init-tools_3.12.orig.tar.gz
../modprobe.c:645:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char attr[ATTR_LEN];
                  ^~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/mpop/mpop_1.2.2.orig.tar.xz
net.c:437:26: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    unsigned char buffer[required_buffer_size];
                         ^~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/mrxvt/mrxvt_0.5.4.orig.tar.gz
command.c:1599:30: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                    unsigned char   buffer[maxLen];
                                           ^~~~~~
command.c:1620:33: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                    unsigned char    tabTitle[maxLen];
                                              ^~~~~~
command.c:1926:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char        expstr[maxLen];
                       ^~~~~~
init.c:2595:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
            char        argval[max_argv_len];
                               ^~~~~~~~~~~~
macros.c:802:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char        expstr[ maxLen ];
                        ^~~~~~
macros.c:861:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                char        titlestring[MaxMacroTitle];
                                        ^~~~~~~~~~~~~
macros.c:1150:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
            char fontname[MaxFontLen];
                          ^~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/msmtp/msmtp_1.6.2.orig.tar.xz
net.c:437:26: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    unsigned char buffer[required_buffer_size];
                         ^~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/mutextrace/mutextrace_0.1.orig.tar.gz
mutextrace.c:17:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char *new_argv[max_args];
                   ^~~~~~~~
mutextrace.c:18:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char *new_envp[max_envs];
                   ^~~~~~~~
mutextrace.c:19:22: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char new_preload[max_preload];
                     ^~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/n/nc6/nc6_1.0.orig.tar.gz
afindep.c:66:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char name_buf[AI_STR_SIZE];
                      ^~~~~~~~~~~
afindep.c:259:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char name_buf[AI_STR_SIZE];
                      ^~~~~~~~~~~
afindep.c:433:19: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                char c_name_buf[AI_STR_SIZE];
                                ^~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/n/netrek-client-cow/netrek-client-cow_3.3.0.orig.tar.gz
playback.c:875:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char line[MAXLINE+1];
              ^~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/o/openocd/openocd_0.9.0.orig.tar.gz
target.c:2857:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char output[line_bytecnt * 4 + 1];
                    ^~~~~~~~~~~~~~~~~~~~
smp.c:66:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                        char hex_buffer[len * 2 + 1];
                                        ^~~~~~~~~~~
smp.c:67:19: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
                        uint8_t buffer[len];
                                       ^~~
x86_32_common.c:1302:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char output[line_bytecnt * 4 + 1];
                    ^~~~~~~~~~~~~~~~~~~~
dsp563xx.c:1885:14: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char output[line_bytecnt * 4 + 1];
                    ^~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/p/pipexec/pipexec_2.5.4.orig.tar.xz
src/pipexec.c:84:13: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char pbuf[pilen];
            ^~~~~
src/peet.c:151:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
    char buffer[buffer_size];
                ^~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/s/sg3-utils/sg3-utils_1.41.orig.tar.xz
sg_format.c:174:30: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        unsigned char fmt_pl[LO_FORMAT_HEADER_SZ + INIT_PATTERN_DESC_SZ];
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/s/slurm-llnl/slurm-llnl_2.3.4.orig.tar.bz2
plugrack.c:372:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char plugin_type[ type_len ];
                          ^~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/s/sofia-sip/sofia-sip_1.12.11+20110422.orig.tar.gz
su_epoll_port.c:495:25: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  struct epoll_event ev[M];
                        ^
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/s/strace/strace_4.9.orig.tar.xz
signal.c:656:8: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
                case (long) SIG_ERR:
                     ^~~~~~~~~~~~~~
signal.c:659:8: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
                case (long) SIG_DFL:
                     ^~~~~~~~~~~~~~
signal.c:662:8: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
                case (long) SIG_IGN:
                     ^~~~~~~~~~~~~~
signal.c:672:8: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
                case (long) SIG_ERR:
                     ^~~~~~~~~~~~~~
signal.c:674:8: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
                case (long) SIG_DFL:
                     ^~~~~~~~~~~~~~
signal.c:676:8: warning: expression is not an integer constant expression; folding it to a constant is a GNU extension [-Wgnu-folding-constant]
                case (long) SIG_IGN:
                     ^~~~~~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/u/urjtag/urjtag_0.10.orig.tar.gz
bsdl_sem.c:199:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char len_str[str_len+1];
               ^~~~~~~~~
bsdl_sem.c:306:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char bit_num_str[str_len+1];
                   ^~~~~~~~~
bsdl_sem.c:307:25: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char ctrl_bit_num_str[str_len+1];
                        ^~~~~~~~~
bsdl_sem.c:308:31: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  char disable_safe_value_str[str_len+1];
                              ^~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/x/xnbd/xnbd_0.3.0.orig.tar.bz2
xnbd_wrapper.c:729:11: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char buf[rbufsize];
                 ^~~~~~~~
xnbd_wrapper.c:730:11: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char cmd[rbufsize];
                 ^~~~~~~~
xnbd_wrapper.c:731:11: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        char arg[rbufsize];
                 ^~~~~~~~
xnbd_wrapper.c:1181:60: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
        struct epoll_event sigfd_ev, uxfd_ev, tcpfd_ev, ep_events[MAX_EVENTS];
                                                                  ^~~~~~~~~~
ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/x/xosd/xosd_2.2.14.orig.tar.gz
xosd.c:936:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
      char buf[XOSD_MAX_PRINTF_BUF_SIZE];
               ^~~~~~~~~~~~~~~~~~~~~~~~
==========================================================
number of projects scanned: 2196
number of warnings: 223