On 02/06/2013 08:39 PM, Sriraman Tallam wrote:
+// Test to check if an error is generated when virtual functions
+// are multiversioned.

This seems like a TODO, rather than something to test for. I don't see any reason why we couldn't support multiversioned virtual functions.

     error_at (DECL_SOURCE_LOCATION (decl),
-             "Virtual function versioning not supported\n");
+             "Virtual function multiversioning not supported\n");

And so this should be a sorry rather than an error.

Jason

Reply via email to