[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-07-11 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-07-11 17:46 --- Ok, we can close it, then. -- What|Removed |Added Status|NEW

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-23 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-05-24 04:34 --- for 4.x and mainline, this is ok: %g++ -c -g -O2 t2.cc %g++ -c -g -O2 t1.cc %g++ t1.o t2.o For 3.4, I get: t2.o(.bss+0x0): In function `main': /home/bkoz/t2.cc:4: multiple definition of

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-23 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-05-24 04:36 --- Downgrade from critical, which extension allocators certainly are not. -benjamin -- What|Removed |Added

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-20 Thread oms at home dot nl
--- Additional Comments From oms at home dot nl 2005-05-20 12:24 --- Created an attachment (id=8935) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8935action=view) test source 1 of 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21677

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-20 Thread oms at home dot nl
--- Additional Comments From oms at home dot nl 2005-05-20 12:25 --- Created an attachment (id=8936) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8936action=view) test source 2 of 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21677

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-20 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-20 12:54 --- I cannot reproduce the problem: besides, we have simple testcases in our testsuite for this usage and we have no problems on many different architectures. Which version of binutils are you using? --

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-20 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-20 13:01 --- Can be related to 20979, fixed for 4.0 and mainline. Still cannot reproduce. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21677

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-20 Thread oms at home dot nl
--- Additional Comments From oms at home dot nl 2005-05-20 13:14 --- 2.15. It's an up-to-date debian testing install, nothing special. # ld --version GNU ld version 2.15 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms

[Bug libstdc++/21677] simply including ext/bitmap_allocator.h causes link-time errors

2005-05-20 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-20 13:50 --- I see. I tried both stock 2.15 and 2.16, no problems... -- What|Removed |Added