PR3042

David Edelsohn dje@watson.ibm.com
Mon Jun 11 10:46:00 GMT 2001


	GCC 3.0 current behavior is:

  template <> int Y<int>::m;

produces a reference without storage allocation.

  template <typename Z> int Y<int>::m;

creates a common symbol.

David



More information about the Libstdc++ mailing list