Bug#169497: G++ 3.2 breakage on sparc

2002-12-06 Thread Ben Collins
On Fri, Dec 06, 2002 at 09:51:06AM +0100, Matthias Klose wrote: > [ok, this is a Debian self made problem, so don't read on ...] > > The cause is the patch we apply to build a compiler for > sparc-linux, supporting -m64 as well. In the configury, the > _GLIBCPP_HAVE_L detect the /lib64/libc.so.6 .

Bug#169497: G++ 3.2 breakage on sparc

2002-12-06 Thread Ryan Murray
On Fri, Dec 06, 2002 at 09:51:06AM +0100, Matthias Klose wrote: > The testcase in #169497 works fine when compiled with g++-3.2 -m64. > Not sure why s390/s390x doesn't experience similiar problems ... Probably because they define the functions whether the hardware supports it or not? > I will dis

Bug#169497: G++ 3.2 breakage on sparc

2002-12-06 Thread Matthias Klose
[ok, this is a Debian self made problem, so don't read on ...] The cause is the patch we apply to build a compiler for sparc-linux, supporting -m64 as well. In the configury, the _GLIBCPP_HAVE_L detect the /lib64/libc.so.6 ... The testcase in #169497 works fine when compiled with g++-3.2 -m64. No