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 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 > Google ref b/8963414. > * gcc/tree-inline.c (add_local_variable

[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 Google ref b/8963414. * gcc/tree-inline.c (add_local_variables): Not map to deleted debug expression. Index: gcc/tre