Bug#741960: gcc-4.7: [C++] Bogus narrowing conversion warning when initializing bit-field in union

2014-03-17 Thread Tim Bagot
Package: gcc-4.7 Version: 4.7.2-5 Severity: normal Dear Maintainer, Compiling the following as C++ with -Wall: unsigned int n; union U { unsigned int x:8; } u = { n }; results in: $ gcc-4.7 -Wall -c test.cpp test.cpp:2:39: warning: narrowing conversion of 'n' from 'unsigned int' to 'unsigned

Bug#466422: gcc-4.2: broken alternatives for amd64 cross target

2008-02-18 Thread Tim Bagot
Source: gcc-4.2 Version: 4.2.2-7 Severity: normal When building a cross compiler targeting Debian-amd64, the executable prefix is x86_64-linux-gnu, but the alternatives are installed using the prefix x86-64-linux-gnu, i.e. with a hyphen instead of the underscore. e.g.: /usr/bin/x86-64-linux-gnu-g

Bug#464365: gcc-4.2: patch doesn't solve the problem

2008-02-15 Thread Tim Bagot
nk, it's because although dpkg-shlibdeps does do symlink resolution (which is how this can work), it's only on the last path component and not recursive, and one of the libX directories for biarch targets will already be a symlink.) This patch needs a bit of tidying, as it won't