Package: gcc-4.7
Version: 4.7.3-4
Severity: wishlist
Dear Maintainer,
could it be possible to provide a gcc-amd64 (and other arch) ?
This package will install gcc under x86_64-linux-gnu-gcc (and same for
binutils).
Today there is multilib, but it is a mess with multiarch, lib are duplicated
$ d
Package: libmudflap0
Version: 4.3.0-4
Severity: normal
Hi,
libmudflap0 doesn't wrap memalign, this make imposible to use
application that use it for allocating memory.
for example :
#include
int main()
{
char *p = memalign(4, 2);
p[0] = 4;
}
will failed with
***
mudflap violation 1
Hi,
Debian Bug Tracking System wrote:
Hi,
gcc-4.0 need -mmmx, -msee, ... flags in order to compil optimized
assembler. But this break runtime decision of the optimisation according
to the cpu capcibility : you can't mix in the same file generic code, and
runtime selected code.
Attached an exam
Package: gcc-4.0
Version: 4.0.1-3
Severity: normal
Hi,
gcc-4.0 need -mmmx, -msee, ... flags in order to compil optimized
assembler. But this break runtime decision of the optimisation according
to the cpu capcibility : you can't mix in the same file generic code, and
runtime selected code.
Attac
Package: gcc-3.4
Version: 3.4.3-4
Severity: important
hi,
gcc-3.4 is unable to compile [1] with -O or -O2
Matthieu CASTET
[1]
#include /* Euh, attention aux balises :-\ */
int main( int nb, char *argv[] )
{
unsigned char a = nb, b = nb + 1;
printf("a = %d - b = %d\n", a, b);
a ^=
5 matches
Mail list logo