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: [middle-end, patch] Fix PR 36926 - missing tests in indirect inlining


> Hi,
> 
> this is  fix for PR 36926,  a stupid omission in  my implementation of
> indirect inlining.  I'm currently bootstrapping and testing it.
> 
> Exactly the  same fix  is also  needed for the  tuples version  of the
> patch (5/7).  I'll post that in a minute.
> 
> I may  not be  able to  report how both  bootstraps and  testings went
> until Monday, though.
> 
> Martin
> 
> 
> Subject: Fix PR 36926
> 
> 2008-07-25  Martin Jambor  <mjambor@suse.cz>
> 
> 	PR 36926
> 	* ipa-prop.c (ipa_analyze_call_uses): Call
> 	ipa_is_ssa_with_stmt_def instead of SSA_NAME_IS_DEFAULT_DEF.

Patch is OK if it passes testing.  I've send it into my testing scripts
that might be done with testing it tomorrow morning (there are quite few
patches enqueued now) and will commit it then.  If someone beats me, I
will be happy.

Honza


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