I am getting a bunch of failed GCC tests with precompiled headers and was wondering if anyone can help me figure out where to look for the problem.
If I run a test by hand by creating common-1.h.gch from common-1.h, then remove common-1.h and compile common-1.c (which includes common-1.h), it fails to find the precompiled common-1.h.gch file. The compile line contains '-I.' and common-1.h.gch is in the current directory along with common-1.c. What is weird is that I have created two new targets; mips-mti-linux-gnu and mips-mti-elf. I see this problem with the mips-mti-linux-gnu target but not with the mips-mti-elf target. I don't see what difference in these targets is causing the difference in behaviour. Does anyone know what routines or variables I should be looking at? Steve Ellcey sell...@mips.com