Bug#566234: this bug also present in gnat-4.6 (undefined reference to `__gnat_alternate_stack')

2011-07-24 Thread Eugeniy Meshcheryakov
Hello, This bug is still not fixed in gnat-4.6, as shown by a failed build of spark on mips: https://buildd.debian.org/status/architecture.php?a=mips&suite=experimental I think the fix can be as easy as applying the attached patch. It makes list of source files for mips close to one for mipsel. I

Bug#635214: gcc-4.6: [sparc] miscompile PARI/GP 2.5.0 [test-case provided]

2011-07-24 Thread Bill Allombert
Hello GCC maintainers, Please find a smaller test-case. smetana% gcc -O3 -Wall -g test.c -o test smetana% ./test zsh: segmentation fault ./test smetana% gcc -O3 -Wall -g test.c -o test -fno-inline smetana% ./test smetana% Cheers, -- Bill. Imagine a large red swirl here. #include inline vo

Re: Is -print-multiarch option being upstreamed?

2011-07-24 Thread Steve Langasek
On Sun, Jul 24, 2011 at 09:14:24AM +0300, Modestas Vainius wrote: > On šeštadienis 23 Liepa 2011 16:18:54 Matthias Klose wrote: > > Changes: > > gcc-4.6 (4.6.1-5) unstable; urgency=low > [ ... ] > >* Update gcc-multiarch: > > - Add -print-multiarch option. > [ ... ] > Is this change bei