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
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
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
3 matches
Mail list logo