http://llvm.org/bugs/show_bug.cgi?id=9941

Christopher Jefferson <[email protected]> changed:

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

--- Comment #4 from Christopher Jefferson <[email protected]> 2011-05-19 
05:00:27 CDT ---
The following simple extension still fails (reopening same bug to avoid lots of
submissions).

struct X
{ virtual ~X() {} };

template<typename T>
struct Y : X
{ virtual ~Y() {} };

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to