------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-13 
09:39 -------
But the code is still invalid and is really a dup of bug 20133.
You most want:
template <class T> int Test<T>::myInt;
template <class T> S& Test<T>::myS = S::instance();

Not what you gave.

The orginal ICE is fixed so still closing as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20980

Reply via email to