Re: [PATCH] Fix for PR57698

2014-01-13 Thread H.J. Lu
On Fri, Jul 12, 2013 at 3:16 PM, Sriraman Tallam wrote: > Patch attached to fix this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698 > > Here is what is going on. In rev. 200179, this change to tree-inline.c > > Index: tree-inline.c >

[PATCH] Fix for PR57698

2013-07-12 Thread Sriraman Tallam
Patch attached to fix this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698 Here is what is going on. In rev. 200179, this change to tree-inline.c Index: tree-inline.c === --- tree-inline.c (revision 200178) +++ tree-inline.c