This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Tue, Oct 11, 2011 at 13:52, Delesley Hutchins <delesley@google.com> 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 regression testsuite on
> x86_64-unknown-linux-gnu. ÂOkay for google/gcc-4_6?
>
> Â-DeLesley
>
> Changelog.google-4_6:
> 2011-10-11 ÂDeLesley Hutchins Â<delesley@google.com>
>
> Â * tree-threadsafe-analyze.c (get_canonical_lock_expr)
>
> testsuite/Changelog.google-4_6:
> 2011-10-11 ÂDeLesley Hutchins Â<delesley@google.com>
>
> Â * g++.dg/thread-ann/thread_annot_lock-83.C

ChangeLog entries are missing.

OK otherwise.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]