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]

Internal compiler error


With the following source I get an internal error.  If I take out the
#include <vector> line it compiles with a proper error.

That's with egcs-2.91.57 19980901

Paris

----------------------

#include <vector>

class foo{};

main()
{
        foo f;
        f.vector();
}




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