3 dec 2009 kl. 20.12 skrev Mike Stump:

> On Dec 3, 2009, at 7:41 PM, Anders Carlsson wrote:
>> Author: andersca
>> Date: Thu Dec  3 21:41:37 2009
>> New Revision: 90533
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=90533&view=rev
>> Log:
>> Add a way to get the index of a method. Assert that we have the same index 
>> for now.
> 
> This breaks eh32.C:
> 
> class Base {
> public:
>    virtual ~Base() throw();
> };
> 
> Base::~Base() throw()
> {
> }
> 
> class Foo : public Base {
> public:
>    virtual ~Foo() throw();
> };
> 
> Foo::~Foo() throw()
> {
> }
> 
> which used to work?

Thanks for reporting,

Eli fixed it in r90540/r90541 and I refined the fix in r90542.

Anders

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to