Re: [patch] PR 57362

2013-07-09 Thread Jason Merrill
On 06/04/2013 02:55 PM, Sriraman Tallam wrote: Sorry for the long delay. Test case added and patch attached. OK to commit? OK. Jason

Re: [patch] PR 57362

2013-06-10 Thread Sriraman Tallam
Ping. On Tue, Jun 4, 2013 at 11:55 AM, Sriraman Tallam wrote: > Hi, > >Sorry for the long delay. Test case added and patch attached. OK to > commit? > > Thanks > Sri > > On Wed, May 22, 2013 at 5:14 PM, H.J. Lu wrote: >> On Wed, May 22, 2013 at 4:20 PM, Sriraman Tallam wrote: >>> Hi, >>>

Re: [patch] PR 57362

2013-06-04 Thread Sriraman Tallam
Hi, Sorry for the long delay. Test case added and patch attached. OK to commit? Thanks Sri On Wed, May 22, 2013 at 5:14 PM, H.J. Lu wrote: > On Wed, May 22, 2013 at 4:20 PM, Sriraman Tallam wrote: >> Hi, >> >>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57362 >> >>This ICE reported

Re: [patch] PR 57362

2013-05-22 Thread H.J. Lu
On Wed, May 22, 2013 at 4:20 PM, Sriraman Tallam wrote: > Hi, > >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57362 > >This ICE reported here happens because the array storing the > function versions that should be processed is not indexed correctly. > This patch fixes this. This only happe

[patch] PR 57362

2013-05-22 Thread Sriraman Tallam
Hi, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57362 This ICE reported here happens because the array storing the function versions that should be processed is not indexed correctly. This patch fixes this. This only happens when some versions cannot be dispatched because a dispatcher for t