Bug#268338: gcc-3.3: Same problem here

2004-08-27 Thread Morten Brix Pedersen
Package: gcc-3.3 Version: 1:3.3.4-9 Followup-For: Bug #268338 I have the same problem on my system. My sarge system is newly installed from the debian-installer RC1, and this apt-get upgrade left my package system in an unstable state. -- System Information: Debian Release: 3.1 APT prefers un

Bug#127263: man pages for libstdc++ would be nice

2001-12-31 Thread Morten Brix Pedersen
Package: gcc-3.0 Version: 1:3.0.3ds3-1 Severity: wishlist At the gcc/libstdc++ FTP, there is now manpages for much of the standard C++ library: ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/ It would be nice to see these manpages shipped with libstdc++3-doc, as there is no manpages for the standar

Bug#127263: man pages for libstdc++ would be nice

2002-01-01 Thread Morten Brix Pedersen
* Matthias Klose <[EMAIL PROTECTED]> [2002-01-01 17:21:43]: > They are. See /usr/doc/libstdc++3-doc/libstdc++/html_user/ I'm talking about shipping the man-pages with the package, so you can do "man ", HTML reference isn't the same. - Morten.

Bug#102193: gcc-3.0: compiled code with gcc 3.0 is slow and big

2002-01-05 Thread Morten Brix Pedersen
Package: gcc-3.0 Version: 1:3.0.3-1 I don't know if it's valid for this bug report, but all code I have tried is slower in g++ 3, here's a simple example: (numbers first, code in the bottom) mbp:~$ g++ benchmark.cpp ; ls -l a.out ; time a.out ; g++-3.0 benchmark.cpp ; ls -l a.out ; time a.out -rw