[gnu.g++.bug] bad handling of 'extern'

chatty%FRLRI61.BITNET@CUNYVM.CUNY.EDU (09/01/89)

For the following code, g++ 1.35.1- generates a call to A::A() in main().

class A {
public:
  A ();
};


main ()
{
        extern A x;
}


Stephane Chatty         chatty@frlri61.bitnet
                        chatty@lri.lri.fr