Re: [PATCH] [Annotalysis] Fix bogus warnings caused by ipa-sra optimization

2011-09-29 Thread Diego Novillo
On 11-09-29 23:01 , Delesley Hutchins wrote: This patch suppresses bogus warnings that are caused when annotalysis is run with the IPA-SRA optimization (i.e. -O2 or higher). IPA-SRA creates clones of functions in which some arguments have been eliminated, even if those arguments are used in the

[PATCH] [Annotalysis] Fix bogus warnings caused by ipa-sra optimization

2011-09-29 Thread Delesley Hutchins
This patch suppresses bogus warnings that are caused when annotalysis is run with the IPA-SRA optimization (i.e. -O2 or higher). IPA-SRA creates clones of functions in which some arguments have been eliminated, even if those arguments are used in the thread safety annotations; this renders the att