ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/g/gcc-h8300-hms/gcc-h8300-hms_3.4.6.orig.tar.gz insn-modes.c:349:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* DI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:350:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* TI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:352:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* DF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:353:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (12*BITS_PER_UNIT), /* XF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:354:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* TF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:357:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* CSI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:358:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* CDI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:359:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (32*BITS_PER_UNIT), /* CTI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:360:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* SC */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:361:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* DC */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:362:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (24*BITS_PER_UNIT), /* XC */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:363:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (32*BITS_PER_UNIT), /* TC */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:367:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* V8QI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:368:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* V4HI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:369:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* V2SI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:370:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* V1DI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:371:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* V16QI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:372:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* V8HI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:373:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* V4SI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:374:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* V2DI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:375:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (32*BITS_PER_UNIT), /* V8SI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:376:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (32*BITS_PER_UNIT), /* V4DI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:377:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (64*BITS_PER_UNIT), /* V8DI */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:378:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (8*BITS_PER_UNIT), /* V2SF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:379:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* V4SF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:380:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (16*BITS_PER_UNIT), /* V2DF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:381:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (32*BITS_PER_UNIT), /* V8SF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:382:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (32*BITS_PER_UNIT), /* V4DF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:383:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (64*BITS_PER_UNIT), /* V16SF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ insn-modes.c:384:3: warning: shift count >= width of type [-Wshift-count-overflow] MODE_MASK (64*BITS_PER_UNIT), /* V8DF */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/m/mrxvt/mrxvt_0.5.4.orig.tar.gz strings.c:498:18: warning: shift count >= width of type [-Wshift-count-overflow] val |= (val << 32); ^ ~~ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/n/nano/nano_2.4.2.orig.tar.gz browser.c:660:26: warning: shift count >= width of type [-Wshift-count-overflow] if (st.st_size < (1 << 40) || (1 << 40) == 0) ^ ~~ browser.c:660:39: warning: shift count >= width of type [-Wshift-count-overflow] if (st.st_size < (1 << 40) || (1 << 40) == 0) ^ ~~ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/s/sigscheme/sigscheme_0.8.5.orig.tar.bz2 storage.c:225:5: warning: shift count >= width of type [-Wshift-count-overflow] SCM_DEFAULT_N_HEAPS_MAX, ^~~~~~~~~~~~~~~~~~~~~~~ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/u/uim/uim_1.8.6.orig.tar.gz ../sigscheme/src/storage.c:225:5: warning: shift count >= width of type [-Wshift-count-overflow] SCM_DEFAULT_N_HEAPS_MAX, ^~~~~~~~~~~~~~~~~~~~~~~ ========================================================== number of projects scanned: 2196 number of warnings: 35