Re: [PATCH] void dangling line table after loading pch

2011-08-22 Thread Dodji Seketeli
Diego Novillo writes: > On 11-08-22 07:10 , Dodji Seketeli wrote: [...] >> gcc/ >> >> * c-family/c-pch.c (c_common_read_pch): Re-set line table right >> after reading in the pch. > > OK. Thanks, committed to revision r177964. -- Dodji

Re: [PATCH] void dangling line table after loading pch

2011-08-22 Thread Diego Novillo
On 11-08-22 07:10 , Dodji Seketeli wrote: Hello, In c_common_read_pch when gt_pch_restore loads a new pch, the previous line table (referenced from the global 'line_table') is garbage-collected and a new one is built. As the global instance of cpp_reader referenced by the local variable 'pfile'

[PATCH] void dangling line table after loading pch

2011-08-22 Thread Dodji Seketeli
Hello, In c_common_read_pch when gt_pch_restore loads a new pch, the previous line table (referenced from the global 'line_table') is garbage-collected and a new one is built. As the global instance of cpp_reader referenced by the local variable 'pfile' has a pfile->line_table member that referen