[google gcc-4_8] not mapping debug expr to a deleted varpool node (issue9760043)

2013-05-24 Thread Rong Xu
This patch fixes a bug in exposed in LIPO build (ICE in copy tree node). Tested with bookstrap and google internal benchmarks. -Rong 2013-05-24 Rong Xu x...@google.com Google ref b/8963414. * gcc/tree-inline.c (add_local_variables): Not map to deleted debug expression.

Re: [google gcc-4_8] not mapping debug expr to a deleted varpool node (issue9760043)

2013-05-24 Thread Xinliang David Li
On Fri, May 24, 2013 at 4:26 PM, Rong Xu x...@google.com wrote: This patch fixes a bug in exposed in LIPO build (ICE in copy tree node). Tested with bookstrap and google internal benchmarks. -Rong 2013-05-24 Rong Xu x...@google.com Google ref b/8963414. *