[google gcc-4_8] fix lipo ICE

2014-05-08 Thread Rong Xu
Hi, This patch fixed lipo ICE triggered by an out-of-bound access. This is google specific patch and tested with bootstrap and the program exposed the issue. Thanks, -Rong 2014-05-08 Rong Xu x...@google.com * tree-inline.c (add_local_variables): Check if the debug_expr is a

Re: [google gcc-4_8] fix lipo ICE

2014-05-08 Thread Xinliang David Li
ok. David On Thu, May 8, 2014 at 1:33 PM, Rong Xu x...@google.com wrote: Hi, This patch fixed lipo ICE triggered by an out-of-bound access. This is google specific patch and tested with bootstrap and the program exposed the issue. Thanks, -Rong