Bug#626869: gcc-4.6: undefined reference to `_q_add' with -mabi=ieeelongdouble

2011-05-24 Thread Vincent Lefevre
On 2011-05-24 17:35:24 +0200, Matthias Klose wrote: > did that work in any earlier version? I could try only with gcc 4.4, 4.5 and 4.6, and none of them work. I don't know what to think about: https://www-304.ibm.com/support/docview.wss?rs=2030&uid=swg21245006 -- Vincent Lefèvre - Web:

Bug#626869: gcc-4.6: undefined reference to `_q_add' with -mabi=ieeelongdouble

2011-05-24 Thread Matthias Klose
On 05/24/2011 04:59 PM, Vincent Lefevre wrote: Now with the latest gcc-4.6: ay:~> gcc-4.6 --version gcc-4.6 (Debian 4.6.0-7) 4.6.1 20110507 (prerelease) [...] ay:~> gcc-4.6 tst.c -o tst -mabi=ieeelongdouble cc1: warning: using IEEE extended precision long double [enabled by default] /tmp/cczFM

Bug#626869: gcc-4.6: undefined reference to `_q_add' with -mabi=ieeelongdouble

2011-05-24 Thread Vincent Lefevre
Now with the latest gcc-4.6: ay:~> gcc-4.6 --version gcc-4.6 (Debian 4.6.0-7) 4.6.1 20110507 (prerelease) [...] ay:~> gcc-4.6 tst.c -o tst -mabi=ieeelongdouble cc1: warning: using IEEE extended precision long double [enabled by default] /tmp/cczFMB6p.o: In function `main': tst.c:(.text+0x84): unde

Bug#626869: gcc-4.6: undefined reference to `_q_add' with -mabi=ieeelongdouble

2011-05-24 Thread Vincent Lefevre
On 2011-05-24 10:15:56 +0200, Matthias Klose wrote: > On 05/16/2011 04:03 AM, Vincent Lefevre wrote: > >Package: gcc-4.6 > >Version: 4.6.0-2 > > >ay:~> gcc-4.4 tst.c -o tst -mabi=ieeelongdouble > > reporting for 4.6 and testing with 4.4? IIRC I tested the different versions and did the report o

Bug#626869: gcc-4.6: undefined reference to `_q_add' with -mabi=ieeelongdouble

2011-05-24 Thread Matthias Klose
On 05/16/2011 04:03 AM, Vincent Lefevre wrote: Package: gcc-4.6 Version: 4.6.0-2 ay:~> gcc-4.4 tst.c -o tst -mabi=ieeelongdouble reporting for 4.6 and testing with 4.4? -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Bug#626869: gcc-4.6: undefined reference to `_q_add' with -mabi=ieeelongdouble

2011-05-15 Thread Vincent Lefevre
Package: gcc-4.6 Version: 4.6.0-2 Severity: normal I get the following error: ay:~> gcc-4.4 tst.c -o tst -mabi=ieeelongdouble cc1: warning: Using IEEE extended precision long double /tmp/cceTQS0o.o: In function `main': tst.c:(.text+0x84): undefined reference to `_q_add' collect2: ld returned 1 ex