Bug#712044: gcc-4.7: multiarch : provide cross toolchain

2013-06-12 Thread Matthieu CASTET
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

Bug#479390: libmudflap0 doesn't wrap memalign

2008-05-04 Thread matthieu castet
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

Bug#320726: acknowledged by developer (Re: Bug#320726: gcc-4.0: mmx, sse asm need -mmmx, -msse)

2005-08-28 Thread matthieu castet
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

Bug#320726: gcc-4.0: mmx, sse asm need -mmmx, -msse

2005-07-31 Thread matthieu castet
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

Bug#285695: gcc-3.4: gcc ICE

2004-12-14 Thread matthieu castet
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 ^=