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] Fix PR58682


> -----Original Message-----
> From: Kyrill Tkachov [mailto:kyrylo.tkachov@arm.com]
> Sent: 10 October 2013 17:15
> To: Paulo Matos
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH] Fix PR58682
> 
> Hi Paul,
> 
> On 10/10/13 17:10, Paulo Matos wrote:
> > -	  inline_call (edge, true, &new_indirect_edges, &overall_size, true);
> > +	  if (inline_call (edge, true, &new_indirect_edges, &overall_size,
> true))
> > +            {
> > +              /* Update max_count if new edges were found */
> Comments end in full stop and two spaces.
> 
> Also, a regression test to add to the testsuite would be nice...
> 

Thanks, fixed patch attached.
Working on how to submit a testcase for this given that I need to submit 5 files + compile with profile-generate + execute + compile with profile-use to generate the ICE.

-- 
Paulo Matos

Attachment: pr58682.patch
Description: pr58682.patch


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