> -----Original Message----- > From: Kyrill Tkachov [mailto:kyrylo.tkac...@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
pr58682.patch
Description: pr58682.patch