Re: [patch][PCH] Do not write/read asm_out_file, take 2

2012-06-21 Thread Joseph S. Myers
On Wed, 20 Jun 2012, Steven Bosscher wrote: > This patch was bootstrapped&tested on powerpc64-unknown-linux-gnu. > The issues with #ident have already been addressed, and this patch > adds a new test case, to make sure... > > OK for trunk? OK. -- Joseph S. Myers jos...@codesourcery.com

[patch][PCH] Do not write/read asm_out_file, take 2

2012-06-19 Thread Steven Bosscher
Hello, The attached patch removes one more #include output.h, this time from c-family/c-pch.c. Anything written out to asm_out_file between pch_init and c_common_write_pch is read back in by c_common_write_pch and dumped to the PCH that's being written out. In c_common_read_pch this data is writt