[Bug regression/40800] libcpp breaks bootstrap

2009-07-19 Thread jlquinn at gcc dot gnu dot org
-- jlquinn at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jlquinn at gcc dot gnu dot |dot org

[Bug regression/40800] libcpp breaks bootstrap

2009-07-20 Thread jlquinn at gcc dot gnu dot org
--- Comment #19 from jlquinn at gcc dot gnu dot org 2009-07-20 18:09 --- Subject: Bug 40800 Author: jlquinn Date: Mon Jul 20 18:09:33 2009 New Revision: 149826 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149826 Log: 2009-07-20 Jerry Quinn PR regressi

[Bug regression/40800] libcpp breaks bootstrap

2009-07-20 Thread jlquinn at gcc dot gnu dot org
--- Comment #21 from jlquinn at gcc dot gnu dot org 2009-07-20 19:00 --- http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01109.html Committed as patch is simple and fixes multiple platforms. -- jlquinn at gcc dot gnu dot org changed: What|Removed

[Bug target/19115] long double should be changed over to 128bit by default

2005-02-17 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2005-02-18 02:59 --- (In reply to comment #5) > libstdc++ is calling frexpl in libc.a, which expects an AIX format long double > value, not a double. Things work if one uses -mlong-double-128. At some > point >

[Bug bootstrap/40923] bootstrap failure for 20090730 with --enable-build-with-cxx

2009-10-23 Thread jlquinn at gcc dot gnu dot org
-- jlquinn at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug bootstrap/40923] bootstrap failure for 20090730 with --enable-build-with-cxx

2009-10-23 Thread jlquinn at gcc dot gnu dot org
--- Comment #3 from jlquinn at gcc dot gnu dot org 2009-10-24 04:06 --- Created an attachment (id=18885) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18885&action=view) Candidate patch This fixes the bootstrap, though a bunch of plugin tests fail compared to unpatched bui

[Bug bootstrap/40923] bootstrap failure for 20090730 with --enable-build-with-cxx

2009-10-29 Thread jlquinn at gcc dot gnu dot org
--- Comment #4 from jlquinn at gcc dot gnu dot org 2009-10-30 05:58 --- Should be fixed by r153734. -- jlquinn at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41877] [4.5 regression] Revision 153734 failed libstdc++ tests

2009-10-30 Thread jlquinn at gcc dot gnu dot org
--- Comment #1 from jlquinn at gcc dot gnu dot org 2009-10-30 14:47 --- I've reverted the patch causing the problem. -- jlquinn at gcc dot gnu dot org changed: What|Removed |

[Bug bootstrap/17777] AIX bootstrap comparison failure with xlc6

2005-08-04 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2005-08-04 15:34 --- Unfortunately, I no longer have access to the test box, so I can't verify if it's working now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

[Bug libstdc++/17140] Floating point output is slow

2004-12-15 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-12-16 04:43 --- I finally got some free time again. The fmttest1 failure is due to showpoint handling. Specifically, there's the following hunk in float_to_char_scientific: // Insert digits after decimal

[Bug libstdc++/17140] Floating point output is slow

2004-12-20 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-12-20 21:01 --- Trying on a power4 aix 5.2 box, in the testsuite, 27_io/basic_ostream/inserts_arithmetic/char/1.cc fails, because of a segfault in frexp(long double, int). In gdb, the args look fine. The int seems to be

[Bug libstdc++/17140] Floating point output is slow

2004-12-21 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-12-21 19:19 --- The power4 segfault occurs in frexpl() in libc, which is a result of calling __builtin_frexpl() inside std::frexp(long double). I was wondering if it might be a problem in long double representation. I

[Bug c++/19115] New: __builtin_frexpl and std::frexp(long double) broken

2004-12-21 Thread jlquinn at gcc dot gnu dot org
Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jlquinn at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host

[Bug c++/19115] __builtin_frexpl and std::frexp(long double) broken

2004-12-21 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-12-21 19:37 --- Created an attachment (id=7799) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7799&action=view) frexp testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19115

[Bug libstdc++/17140] Floating point output is slow

2004-12-21 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-12-21 19:40 --- The AIX problem is PR19115. Paolo, could you see if the same issue happens on ia64 and x86-64? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17140

[Bug target/19115] __builtin_frexpl and std::frexp(long double) broken

2004-12-27 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-12-27 22:28 --- I did the stock configuration, with the exception of specifying an install dir and --with-cpu=power4. So the floating point is whatever comes out of the box. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug libstdc++/17140] Floating point output is slow

2005-01-03 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2005-01-03 22:05 --- (In reply to comment #39) > seems wrong in the testcase, not in fpfinal5.patch. While a I dig a little > deeper on these issues (and do complete tests on ia64 too), maybe Jerry, you > can try to fi

[Bug bootstrap/17777] AIX bootstrap comparison failure with xlc6

2005-01-06 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2005-01-07 06:37 --- I don't even get that far now. I'm using: CC=cc ../gcc/configure --with-cpu=power4 --prefix=/home/jlquinn Now during bootstrap I see the following when trying to build the stage 1 compiler. Us

[Bug libstdc++/17140] Floating point output is slow

2004-11-15 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-11-15 15:02 --- I don't see any of those failures. I updated tonight (11/12). Did a fresh config and make (not bootstrap) on x86 pentium M. FAIL: 23_containers/bitset/input/1.cc (test for excess errors)

[Bug libstdc++/17140] Floating point output is slow

2004-11-15 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-11-15 17:23 --- OK, my problem is that the patch didn't actually get applied to mainline. So it's not so surprising I didn't see the failures. I'll apply locally and debug. -- http://

[Bug libstdc++/17140] Floating point output is slow

2004-11-16 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-11-17 04:40 --- OK - turned out to be a simple bug, not adjusting for the minus sign. Amazingly all of the above patches had the bug and I couldn't have had successful tests with it there. Here's the updated

[Bug libstdc++/18642] New: Docs for auto_ptr not showing docs for get() and others

2004-11-23 Thread jlquinn at gcc dot gnu dot org
Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jlquinn at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18642

[Bug libstdc++/18642] Docs for auto_ptr not showing docs for get() and others

2004-11-30 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2004-11-30 17:44 --- Great. Thanks! -- What|Removed |Added Status|ASSIGNED