Bug#473167: string concatenation segfaults

2008-03-28 Thread Ulrich Eckhardt
Package: gdc Version: 4.1.2-13 The attached program segfaults. This affects e.g. torustrooper but I guess any nontrivial D program is affected, too. Note that I'm running on PPC, which might be an important part in this. When run, it displays test1 foo Segmentation fault When run in gdb,

Bug#378698: should not recommend manual for the obsolete STL

2006-07-18 Thread Ulrich Eckhardt
Package: libstdc++6-4.1-dev Version: 4.1.0-4 Hi! I just noticed that the above package (and some others, see apt-cache showpkg stl-manual) recommend the stl-manual. Now, the problem is that the STL is obsolete. Back in the olden days, the STL was ported to C++ and presented to the C++

Bug#314983: STL is obsolete, shouldn't suggest its docs

2005-06-19 Thread Ulrich Eckhardt
-manual package) for use with a halfway modern (= 3.x) GCC. thanks Ulrich Eckhardt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GCC 3.2 transition

2002-08-19 Thread Ulrich Eckhardt
On Friday 16 August 2002 21:47, Martin v. Loewis wrote: Steve Langasek [EMAIL PROTECTED] writes: How would this work? Would those using gcc-2.95 software have to set an rpath or $LD_LIBRARY_PATH to take advantage of the compat libs? If so, it hardly seems worth the effort; manual

Bug#155900: nonstandard overloads in num_get facet

2002-08-08 Thread Ulrich Eckhardt
that cause conflicts. As I said, I don't have the standard at hand, so I can't tell which have to be present and which not. Anyway, the asymmetric handling of short/int and their unsigned equivalents suggests that there is something wrong. cheers and regards Ulrich Eckhardt

Bug#149555: no documentation on how to use the lib for debugging

2002-06-10 Thread Ulrich Eckhardt
Package: libstdc++3-dbg Version: 3.0.4-7 There is not a single note on how to use the lib for debugging, eg setting: LD_PRELOAD=/usr/lib/libstdc++_debug/libstdc++.so.3 before starting the program to be debugged or explicitly linking with that lib (untested): $(CXX) ...

Bug#149561: bad pathnames coded into the libs

2002-06-10 Thread Ulrich Eckhardt
Package: libstdc++3-dbg Version: 3.0.4-7 While trying to debug a program, I encountered some weird paths that prevented me from taking advance of the debug-lib: LD_PRELOAD=/usr/lib/libstdc++_debug/libstdc++3.so.3 gdb ./test ... (gdb) step 178 in