[Bug libstdc++/32666] FAIL: abi_check

2009-01-15 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2009-01-15 20:02 --- Subject: Bug 32666 Author: bkoz Date: Thu Jan 15 20:02:11 2009 New Revision: 143406 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143406 Log: 2009-01-15 Benjamin Kosnik PR libstdc

[Bug libstdc++/32666] FAIL: abi_check hppa

2009-01-15 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2009-01-16 02:26 --- Ouch. I see this also on arm-elf crosses, whoops. Here's a patch that I'm currently testing on cross. If it fixes it, then I'll check it in and then please try on hpux. -- bkoz at gcc dot gnu

[Bug libstdc++/32666] FAIL: abi_check hppa

2009-01-15 Thread bkoz at gcc dot gnu dot org
--- Comment #14 from bkoz at gcc dot gnu dot org 2009-01-16 02:26 --- Created an attachment (id=17112) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17112&action=view) add in stubs.c for long double only -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32666

[Bug libstdc++/38923] symbol versioning disabled due to non-portable sed script

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2009-01-20 18:50 --- This code block appears to be capable of generating no end of issues, sadly. For the record, POSIX head docs say -n is a requirement for conformance, at least p.2791 of EEE Std 1003.1-2008. Of course, who knows if

[Bug libstdc++/38919] math_stubs_long_double.cc: error: redefinition of 'long double ...' vs. /usr/x86_64-mingw32/include/math.h

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-01-20 18:52 --- Mine -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/32666] FAIL: abi_check hppa

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #19 from bkoz at gcc dot gnu dot org 2009-01-20 19:25 --- Fixed for 4.4.0 -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libstdc++/38919] math_stubs_long_double.cc: error: redefinition of 'long double ...' vs. /usr/x86_64-mingw32/include/math.h

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2009-01-20 19:31 --- Subject: Bug 38919 Author: bkoz Date: Tue Jan 20 19:30:51 2009 New Revision: 143526 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143526 Log: 2009-01-20 Benjamin Kosnik Raine

[Bug libstdc++/38919] math_stubs_long_double.cc: error: redefinition of 'long double ...' vs. /usr/x86_64-mingw32/include/math.h

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2009-01-20 19:44 --- Should be fixed now. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/38384] link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #39 from bkoz at gcc dot gnu dot org 2009-01-20 20:02 --- Hey all. It looks like the libstdc++ part of this is fixed. Therefore, I am going to slightly edit the subject, un-assign myself, and change the component to target. Although I suppose it could be binutils. >F

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-01-20 20:56 --- I don't think this is a libstdc++ bug per se, but configure/build and possibly libtool-related. But I don't see a configure/build category (only a keyword), so the current mis-categorization shall contin

[Bug libstdc++/38834] FAIL: abi_check on alpha

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-01-21 04:04 --- Subject: Bug 38834 Author: bkoz Date: Wed Jan 21 04:04:24 2009 New Revision: 143538 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143538 Log: 2009-01-20 Benjamin Kosnik Uro

[Bug libstdc++/38834] FAIL: abi_check on alpha

2009-01-21 Thread bkoz at gcc dot gnu dot org
--- Comment #4 from bkoz at gcc dot gnu dot org 2009-01-21 18:02 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/38834] FAIL: abi_check on alpha

2009-01-21 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2009-01-21 18:02 --- fixed. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/38851] [4.3 regression] Compiler warns about uninitialized variable that is an object with a constructor

2009-01-21 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-01-21 22:19 --- Confirmed for s390x. This is causing the following s390x libstdc++ testsuite failures, and is thus a regression from 4.3. As far as I can tell these warnings are spurious. http://gcc.gnu.org/ml/gcc-testresults/2009

[Bug c++/38908] [4.3 regression] Unexplained "'' is used uninitialized in this function" warning in cc1plus -m64

2009-01-21 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-01-21 22:24 --- I see this as well. See 38851 for more spurious uninitialized warnings. This is a regression from 4.3, and IMHO is not minor. -- bkoz at gcc dot gnu dot org changed: What|Removed

[Bug c++/38908] [4.4 regression] Unexplained "'' is used uninitialized in this function" warning in cc1plus -m64

2009-01-21 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-01-21 22:41 --- fix summary -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.3

[Bug middle-end/38851] [4.4 regression] Compiler warns about uninitialized variable that is an object with a constructor

2009-01-21 Thread bkoz at gcc dot gnu dot org
--- Comment #4 from bkoz at gcc dot gnu dot org 2009-01-21 22:41 --- fixed summary -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Known to work

[Bug middle-end/38937] New: [4.4 regression] dereferencing pointer '' does break strict-aliasing

2009-01-22 Thread bkoz at gcc dot gnu dot org
s: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org GCC host triplet: s390x-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38937

[Bug target/38384] link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00

2009-01-22 Thread bkoz at gcc dot gnu dot org
--- Comment #43 from bkoz at gcc dot gnu dot org 2009-01-22 21:40 --- Subject: Bug 38384 Author: bkoz Date: Thu Jan 22 21:40:23 2009 New Revision: 143576 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143576 Log: 2009-01-22 Benjamin Kosnik PR libstdc

[Bug target/38384] shared link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00

2009-01-22 Thread bkoz at gcc dot gnu dot org
--- Comment #44 from bkoz at gcc dot gnu dot org 2009-01-22 22:01 --- Hey. I couldn't stop myself: since Dave said that HPUX doesn't support symbol versioning, (no way, no how) I have changed libstdc++ configure to reflect this. :) Ranier, great to see you got something wor

[Bug libstdc++/36164] abi breakage, stdio_sync_filebuf routines missing

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2009-01-24 01:52 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/36164] abi breakage, stdio_sync_filebuf routines missing

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2009-01-24 02:30 --- Please note there are no ABI baseline files checked in to the FSF GCC repository for darwin for this (or any) release on this (or any) architecture. Without these, there can be no automated ABI testing by the GCC

[Bug libstdc++/36173] abi breakage, stdio_filebuf routines missing

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-01-24 02:33 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/36173] abi breakage, stdio_filebuf routines missing

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-01-24 02:45 --- Please note there are no ABI baseline files checked in to the FSF GCC repository for darwin for this (or any) release on this (or any) architecture. Without these, there can be no automated ABI testing by the GCC

[Bug libstdc++/35934] abi breakage in search (4.0.0 -> 4.2.1)

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-01-24 02:57 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/35934] abi breakage in search (4.0.0 -> 4.2.1)

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-01-24 03:20 --- Please note there are no ABI baseline files checked in to the FSF GCC repository for darwin for this (or any) release on this (or any) architecture. Without these, there can be no automated ABI testing by the GCC

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-01-23 Thread bkoz at gcc dot gnu dot org
--- Comment #21 from bkoz at gcc dot gnu dot org 2009-01-24 03:42 --- This is fixed for hpux on trunk, and I believe it should be fixed for solaris as well. Can some solaris tester confirm? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28125

[Bug libstdc++/5291] Bad reference to build directory in libstdc++.la

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #30 from bkoz at gcc dot gnu dot org 2009-01-26 23:31 --- This appears to have been fixed in the gcc-4.3.0 time frame. At least, gcc-4.2.4 has: dependency_libs=' -L/mnt/share/bld/gcc-4.2.4/x86_64-unknown-linux-gnu/libstdc++- v3/src -L/mnt/share/bld/gcc-4.2.4/x86_64-un

[Bug libstdc++/7439] C99 compat: Can't use the name INFINITY in an enum.

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2009-01-27 00:19 --- Updating this bug report. This specific test case can no longer be reproduced as of gcc-4.0.x (and continuing to 4.1.x, 4.2.x, 4.3.x, and today's trunk.) This appears to be as a result of -std=gnu99 being req

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #19 from bkoz at gcc dot gnu dot org 2009-01-27 00:23 --- Fixed by 4.3.2 -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libstdc++/11196] _GNU_SOURCE vs. M_PI

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-01-27 00:26 --- Update summary. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Summary|parse

[Bug libstdc++/17789] [4.2/4.3/4.4 Regression] Cannot 'make check' inside libstdc++-v3

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #14 from bkoz at gcc dot gnu dot org 2009-01-27 01:02 --- Fixed as of gcc-4.2.x. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/18571] document wstring/wfilebuf code conversions

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-01-27 01:03 --- Add documentation keyword -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2009-01-27 01:12 --- Closing due to inactivity. If this is still a problem on a release branch (ie, gcc-4.3.x and above), please re-open and provide details. -- bkoz at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/15088] 27_io/ostream_inserter_arith test05/06 failures

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2009-01-27 01:22 --- This could be fixed via a dg-skip-if embedded target type thing. I don't remember seeing this fail in recent arm-elf crosses. Is this still an active issue? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15088

[Bug libstdc++/21321] [4.2/4.3/4.4 regression] mmix-knuth-mmixware 27_io/basic_filebuf/seekpos/12790-3.cc execution test

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2009-01-27 01:30 --- Hey HP, is this still an issue? Don't see test results for this target for any currently-open gcc branches. Update please. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21321

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #22 from bkoz at gcc dot gnu dot org 2009-01-27 01:41 --- waiting for feedback on a current release branch (4.3) or trunk. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/35424] deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-01-27 04:03 --- Fixed on trunk and gcc-4.3.4 -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/35424] deallocate_local_thread-5.cc and deallocate_local_thread-7.cc fails on darwin

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-01-27 04:04 --- Fixed -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/25956] Memory error when dynamic linking STL specializations

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-01-27 04:23 --- This seems like a template linkage bug specific to the powerpc-darwin8.5.0 target, probably related to simulated/incomplete support of comdat and weak linkage on that platform via coalesced symbols. It seems unlikely

[Bug libstdc++/22388] When cross-compiling libstdc++ for mingw, enable large file support (LFS)

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2009-01-27 04:30 --- I see: # For LFS support. GLIBCXX_CHECK_LFS as part of the generic libstdc++ configuration in configure.ac for gcc trunk. Therefore, LFS config is the same codepath for cross and native. Thus, if mingw32 supports

[Bug c++/28017] lack of guard variables for explicitly instantiated template static data

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2009-01-27 17:26 --- *** Bug 25956 has been marked as a duplicate of this bug. *** -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/25956] Memory error when dynamic linking STL specializations

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2009-01-27 17:26 --- Duplicate *** This bug has been marked as a duplicate of 28017 *** -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/38983] GPL version 3 transition incomplete

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-01-27 18:55 --- http://gcc.gnu.org/ml/gcc/2009-01/msg00417.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38983

[Bug libstdc++/15088] 27_io/ostream_inserter_arith test05/06 failures

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2009-01-27 19:47 --- 4.2.1 arm-eabi doesn't show this: http://gcc.gnu.org/ml/gcc-testresults/2007-07/msg00989.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15088

[Bug libstdc++/14608] nukes isfinite macro from

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-01-27 20:49 --- Looks to me like the flipside of libstdc++/7439. More broadly speaking, C99 macros vs. C++98/0x. The current status on this issue is: For 4.1/4.2/4.3/trunk, C99 macros should be visible with 1) -std=gnu99/c99 in

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #14 from bkoz at gcc dot gnu dot org 2009-01-28 01:41 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #15 from bkoz at gcc dot gnu dot org 2009-01-28 03:25 --- Here are my thoughts on how to fix this. None of the presented options is workable, IMHO. The preferred end goal is to only have the compatibilty.cc and compatibilty-ldbl.cc objects in the shared library, and not in

[Bug libstdc++/37907] [c++0x] support for std::is_standard_layout

2009-01-28 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-01-28 20:35 --- Adjust summary, change to enhancement. I would really like to use std::is_standard_layout in the testsuite, so that these requirements for , , and can be validated for libstdc++ sources. The requirements

[Bug libstdc++/36022] stl templates exported as weak symbols though visibility hidden is used

2009-01-30 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-01-30 20:56 --- Created an attachment (id=17216) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17216&action=view) remove visibility attribute with -D_GLIBCXX_VISIBILITY=0, run testuite with it and -fvisibility

[Bug libstdc++/39382] FAIL: abi_check on trunk revision 144629

2009-05-04 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-05-04 22:33 --- No feedback. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libstdc++/39491] [4.3 regression] symbol __signb...@glibcxx_3.4 in libstdc++ exported

2009-05-12 Thread bkoz at gcc dot gnu dot org
--- Comment #35 from bkoz at gcc dot gnu dot org 2009-05-12 22:43 --- Closing. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/40038] [4.4/4.5 regression] symbols ce...@glibcxx_3.4.3 not exported

2009-05-12 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2009-05-12 23:01 --- Sorry for the delay Paolo, this fix looks fine. I see tanhl missing too in that log, yet the gnu.ver exports have it and so does src/math_compatibility_long_double.cc, although depending on _GLIBCXX_HAVE_TANHL. What

[Bug libstdc++/39775] ext/throw_allocator/check_delete.cc execution abort with mt_allocator

2009-05-12 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-05-12 23:06 --- Closing as resolved, duplicate of 36801 pending feedback from submitter. If you feel this is incorrect please re-open and respond to comment #2. -- bkoz at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/40221] Powerpc bootstrap is broken in building libstdc++

2009-05-22 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-05-22 07:19 --- Subject: Bug 40221 Author: bkoz Date: Fri May 22 07:19:37 2009 New Revision: 147794 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147794 Log: 2009-05-21 Benjamin Kosnik PR libstdc

[Bug libstdc++/40263] New: random unform real distro: tr1 vs c++0x

2009-05-26 Thread bkoz at gcc dot gnu dot org
1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40263

[Bug libstdc++/40273] [C++0x] Invalid conwersion to bool is reported

2009-05-27 Thread bkoz at gcc dot gnu dot org
-- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bkoz at gcc dot gnu dot org |dot org

[Bug libstdc++/40263] random unform real distro: tr1 vs c++0x

2009-05-27 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-05-27 20:15 --- TR1 uniform_real is not normalized, thus the surprising results. So, I used variate_generator. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/40273] [C++0x] Invalid conwersion to bool is reported

2009-05-27 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-05-27 20:32 --- Subject: Bug 40273 Author: bkoz Date: Wed May 27 20:32:30 2009 New Revision: 147930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147930 Log: 2009-05-27 Benjamin Kosnik PR libstdc

[Bug libstdc++/40273] [C++0x] Invalid conwersion to bool is reported

2009-05-27 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-05-27 20:36 --- Fixed -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test

2009-05-28 Thread bkoz at gcc dot gnu dot org
--- Comment #14 from bkoz at gcc dot gnu dot org 2009-05-28 18:53 --- Back, and on darwin as well. http://gcc.gnu.org/ml/gcc-testresults/2009-05/msg02455.html http://gcc.gnu.org/ml/gcc-testresults/2009-05/msg02457.html Please hang on while I work through this. -- bkoz at gcc dot

[Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test

2009-05-28 Thread bkoz at gcc dot gnu dot org
--- Comment #15 from bkoz at gcc dot gnu dot org 2009-05-28 18:53 --- Mine -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test

2009-05-28 Thread bkoz at gcc dot gnu dot org
--- Comment #20 from bkoz at gcc dot gnu dot org 2009-05-29 01:13 --- Created an attachment (id=17929) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17929&action=view) reworked version of throw_allocator -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40094

[Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test

2009-05-28 Thread bkoz at gcc dot gnu dot org
--- Comment #21 from bkoz at gcc dot gnu dot org 2009-05-29 01:20 --- Yeah Paolo, didn't these this was due to your rework. I think the test cases are ok now, seems like a better starting place although we may need to add // { dg-require-cxa-atexit "" } on more of th

[Bug libstdc++/40380] class documentation should mention include file to use

2009-06-17 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-06-18 00:00 --- Agreed. Thanks for the feedback on docs. Will put this on the docs todo list. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40380

[Bug libstdc++/40297] [C++0x] debug mode vs atomics

2009-06-17 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2009-06-18 00:33 --- Jonathan, you are right. These assertions are all backwards. I see this hitting the following members: load store compare_exchange_strong I should have done tests for this, obviously. Ouch. Now you've done thi

[Bug libstdc++/40380] class documentation should mention include file to use

2009-06-17 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-06-18 00:34 --- Add documentation keyword -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-07-06 Thread bkoz at gcc dot gnu dot org
--- Comment #24 from bkoz at gcc dot gnu dot org 2009-07-06 23:49 --- Closing due to lack of feedback -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/40654] atomic.cc: 'd' is used uninitialized warning

2009-07-06 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-07-06 23:55 --- Yes, I will look at this. I think Ben Elliston pointed this out right after 4.4.0 was released, along with some other uninitialized warnings that I then fixed. Apparently this is also visible on ppc. -- bkoz at

[Bug c++/40738] New: missing typename error improvement

2009-07-13 Thread bkoz at gcc dot gnu dot org
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40738

[Bug c++/40738] missing typename error improvement

2009-07-13 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-07-13 23:40 --- eek that should be expected 'typename' before... -- bkoz at gcc dot gnu dot org changed: What|Removed

[Bug target/40802] Libstdc++ is broken for win64 host

2009-07-20 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2009-07-20 21:52 --- Hi Peter! You say that this is broken as of rev 149763, which is a commit from July 17, 2009. Here: http://gcc.gnu.org/ml/gcc-cvs/2009-07/msg00645.html But you also indicate that this has been broken for some time

[Bug c++/40991] New: ICE: at optimization -02

2009-08-06 Thread bkoz at gcc dot gnu dot org
ed with -O0, -O1 then it's ok. -- Summary: ICE: at optimization -02 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org

[Bug c++/40991] ICE: at optimization -02

2009-08-06 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2009-08-06 18:09 --- Created an attachment (id=18313) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18313&action=view) pre-processed sources to reproduce -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40991

[Bug c++/21764] visibility attributes on namespace scope

2005-11-04 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2005-11-04 17:05 --- In addition to the current ability to put visibility attributes on file and class scope, the ability to put visibility attributes on namespace scope is desired. The syntax is straight forward extension of existing

[Bug c++/24668] visibility attributes on namespaces

2005-11-04 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2005-11-04 17:06 --- Agh. Sorry, I had not realized that I'd filed this six months ago. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24668

[Bug libstdc++/21072] base allocator change shared object issues

2005-11-04 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2005-11-04 17:41 --- In general, we make no claims as to ABI compliance wrt development/trunk versions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21072

[Bug libstdc++/21072] base allocator change shared object issues

2005-11-08 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2005-11-08 23:12 --- We'd certainly not forget about this on the branch. However, I decided to just go ahead and do this anyway, because it is a change in behavior but mostly because it seems to be confusing people/distros WRT

[Bug libstdc++/23591] exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread

2005-11-09 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2005-11-09 18:36 --- Created an attachment (id=10190) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10190&action=view) tentative patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23591

[Bug libstdc++/22203] std::numeric_limits::traps is wrong on PPC

2005-11-09 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2005-11-10 02:05 --- Subject: Bug 22203 Author: bkoz Date: Thu Nov 10 02:05:13 2005 New Revision: 106727 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106727 Log: 2005-11-09 Benjamin Kosnik <[EMAIL PROTECTED]>

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-11-17 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2005-11-17 21:53 --- Created an attachment (id=10271) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10271&action=view) Kona paper, as revised but not in post-Kona mailing -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24660

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-11-17 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2005-11-17 21:54 --- Created an attachment (id=10272) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10272&action=view) Outline for Kona presentation I cannot believe I found this stuff. -- http://gcc.gnu.org/b

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-11-17 Thread bkoz at gcc dot gnu dot org
--- Comment #12 from bkoz at gcc dot gnu dot org 2005-11-17 22:15 --- Here you go Jason. Actually, it looks like I have a complete archive of most parts of this discussion, the related material, code samples, issues, etc. If you would like, I will tar it up and put it in this pr. Or

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-11-17 Thread bkoz at gcc dot gnu dot org
--- Comment #14 from bkoz at gcc dot gnu dot org 2005-11-17 23:41 --- > I think nesting _6 within std makes sense in the abstract as well, as it > is properly part of the standard library space, not a separate entity. Sounds sane to me. > The debug mode headers will n

[Bug c++/21764] visibility attributes on namespace scope

2005-11-17 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2005-11-17 23:53 --- What do you mean, "less or equal visibility to their enclosing scope?" My meta-goal is to try and give namespace and class scope visibilty attributes similar meanings. Do you think this is worthwhile, pos

[Bug libstdc++/23591] exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread

2005-11-21 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2005-11-22 06:54 --- Subject: Bug 23591 Author: bkoz Date: Tue Nov 22 06:54:08 2005 New Revision: 107350 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107350 Log: 2005-11-21 Benjamin Kosnik <[EMAI

[Bug libstdc++/25191] exception_defines.h #defines try/catch

2005-12-02 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2005-12-02 18:59 --- We are trying to keep the libstc++ code as clean and representative of standards-conforming C++ code as possible, and have avoided __try, __catch, etc. or other uglification in favor of the actual C++ terms, ie try

[Bug c++/21494] condensed nested namespaces

2005-12-06 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2005-12-07 00:16 --- I still want this. Someday... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21494

[Bug libstdc++/25191] exception_defines.h #defines try/catch

2005-12-07 Thread bkoz at gcc dot gnu dot org
--- Comment #20 from bkoz at gcc dot gnu dot org 2005-12-07 19:01 --- > I have customers using Obj C++ who want to turn off C++ > exception support, but retain Obj C exception support. [snip] What does this even mean? Can you detail or explain how this is supposed to work?

[Bug c++/21581] (optimisation) Functions in anonymous namespaces should default to "hidden" visibility

2005-12-12 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2005-12-12 17:22 --- There is a feature request to assign visibility attributes to namespaces. If this is done, then making anonymous namespaces hidden will just be a sub-class of that work. That enhancement request is c++/21764 Some

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-12-13 Thread bkoz at gcc dot gnu dot org
--- Comment #16 from bkoz at gcc dot gnu dot org 2005-12-13 20:27 --- Two extra fails with both versioning and debug associations active. FAIL: 20_util/memory/16505.cc (test for excess errors) FAIL: 25_algorithms/search_n/11400.cc (test for excess errors) For the first: #include

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-12-13 Thread bkoz at gcc dot gnu dot org
--- Comment #17 from bkoz at gcc dot gnu dot org 2005-12-13 20:38 --- Created an attachment (id=10475) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10475&action=view) test case for first fail -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24660

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-12-13 Thread bkoz at gcc dot gnu dot org
--- Comment #18 from bkoz at gcc dot gnu dot org 2005-12-13 20:39 --- Created an attachment (id=10476) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10476&action=view) test case for second fail -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24660

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-12-13 Thread bkoz at gcc dot gnu dot org
--- Comment #19 from bkoz at gcc dot gnu dot org 2005-12-14 07:23 --- Created an attachment (id=10483) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10483&action=view) libstdc++ patch v5 Config not quite 100% correct, but good enough. This moves all debug mode stuff to

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-12-14 Thread bkoz at gcc dot gnu dot org
--- Comment #20 from bkoz at gcc dot gnu dot org 2005-12-14 09:12 --- This arrangement of debug mode does indeed seem to fix the longstanding swap issue. ie, -D_GLIBCXX_DEBUG runs are == normal runs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24660

[Bug c++/21494] condensed nested namespaces

2005-12-14 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2005-12-14 17:16 --- I'm encouraged by this work!!! Great news. The reason this would be useful is that then it would be possible to use a single macro to represent both scope and namespace. Ie, #define ACTIVE_SCOPE work

[Bug libstdc++/24660] versioning weak symbols in libstdc++

2005-12-17 Thread bkoz at gcc dot gnu dot org
--- Comment #22 from bkoz at gcc dot gnu dot org 2005-12-17 09:15 --- This patch is complete with one exception, libsupc++. It looks like --disable-hosted-libstdcxx is broken right now, so I have to fix that and then make it work with this scheme. http://people.redhat.com/bkoz/libstdc

[Bug libstdc++/25025] Failure to build, :1:2: error: missing '(' after predicate

2005-12-17 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2005-12-18 00:20 --- This appears resolved. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/24538] Build not working as expected --enable-shared

2005-12-17 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2005-12-18 00:22 --- What is the configure log for libstdc++ when you use --enable-shared=libstdc++ on win32? You should see something about shared libraries being enabled. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug libstdc++/25472] New: --disable-hosted-libstdcxx does not work

2005-12-17 Thread bkoz at gcc dot gnu dot org
rror 2 make[1]: Leaving directory `/mnt/hd/bld/gcc.versioned-freestanding' make: *** [all] Error 2 -- Summary: --disable-hosted-libstdcxx does not work Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25472

<    1   2   3   4   5   6   7   8   9   10   >