bug-gplusplus
[Top][All Lists]
Advanced

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

Internal compilier error:


From: Jason Pump
Subject: Internal compilier error:
Date: Thu, 11 Apr 2002 15:50:03 -0700

address@hidden:/home/jpump/s/psrProduct/libPSR/src/test>g++ g.cc
g.cc: In function `int main()':
g.cc:8: Internal compiler error.
g.cc:8: Please submit a full bug report to address@hidden'.
address@hidden:/home/jpump/s/psrProduct/libPSR/src/test>cat g.cc

int main()
{
        class c { public: int foo (void); };
        c a;
        struct s { int (c::*p) (); };
        s o = { &c::foo };
        int z= o.p (&a);
}



reply via email to

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