This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

namespace std bug


Hi,
I know that support for namespaces is only partially implemented so you may
already know this bug:

% cat input.cc
#include <stdexcept>

class myexception : public std::exception {
};
%g++ -c input.cc
input.cc:3: Internal compiler error.
input.cc:3: Please submit a full bug report to `egcs-bugs@cygnus.com'.
%g++ --version
zz.cc:3: Internal compiler error.
zz.cc:3: Please submit a full bug report to `egcs-bugs@cygnus.com'.
%uname -a
SunOS zam368 5.5.1 Generic sun4u sparc SUNW,Ultra-1

Bernd

-- 
Bernd Mohr / Research Centre Juelich, ZAM, Germany / B.Mohr@fz-juelich.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]