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