[patch, pch] Fix pch failure on mips-mti-linux-gnu

2012-11-21 Thread Steve Ellcey
While working on PR 55399 (pch broken on mips-mti-linux-gnu) I traced through the execution of test gcc.dg/pch/common-1.c and in comparing r192714 and r192715 I found that in the earlier version the compiler gets to pch_open_file (with common-1.h) and does this check: if (pfile-all_files

Re: [patch, pch] Fix pch failure on mips-mti-linux-gnu

2012-11-21 Thread Joseph S. Myers
On Wed, 21 Nov 2012, Steve Ellcey wrote: 2012-11-21 Steve Ellcey sell...@mips.com PR pch/55399 * files.c (pch_open_file): Fix check for implicit_preinclude. OK. I had the extra check in a previous version of my implicit preincludes patch, but took it out as it didn't seem