bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

g++ bug: internal compiler error on class that derives from std::string


From: Mike Morearty
Subject: g++ bug: internal compiler error on class that derives from std::string
Date: Sun, 21 Jan 2001 13:25:23 -0800

GCC C++ compiler version 2.8.1
Platform: FreeBSD 2.2.6, Intel

Command line:

    g++28 t.cpp -o t

Program source:

    #include <string>

    class X: public std::string
    {
    };

Result:

    t.cpp:4: Internal compiler error.
    t.cpp:4: Please submit a full bug report to address@hidden'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]