------- Comment #2 from paolo dot carlini at oracle dot com  2009-12-26 18:43 
-------
This is definitely invalid. The linkage isn't weak, and you get exactly into
the same problem of a plain:

struct u
{
  static int const v;
};
int const u::v = 42;


-- 

paolo dot carlini at oracle dot com changed:

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


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

Reply via email to