Re: [PATCH] [Annotalysis] Bugfix where lock function is attached to a base class.

2011-10-12 Thread Diego Novillo
On Tue, Oct 11, 2011 at 13:52, Delesley Hutchins wrote: > This patch fixes an error where Annotalysis generates bogus warnings > when using lock and unlock functions that are attached to a base class. > The canonicalize routine did not work correctly in this case. > > Bootstrapped and passed gcc r

[PATCH] [Annotalysis] Bugfix where lock function is attached to a base class.

2011-10-11 Thread Delesley Hutchins
This patch fixes an error where Annotalysis generates bogus warnings when using lock and unlock functions that are attached to a base class. The canonicalize routine did not work correctly in this case. Bootstrapped and passed gcc regression testsuite on x86_64-unknown-linux-gnu. Okay for google/