Hi, I'm wondering whether the precompiled headers tests are ok for mips-elf-gcc 3.4.4 on cygwin. When I run the testsuite for mips-elf-gcc on cygwin using such command,
make check-gcc RUNTESTFLAGS="pch.exp" The errors are like these following. It seems that there is no common-1.h at all. In addation, I'm not clear about how the pch works and what the .hs file mean. Thanks. Eirc. Running /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/pch.exp ... Executing on host: /home/Administrator/build_gcc_mips/gcc/xgcc -B/home/Administrator/build_gcc_mips/gcc/ ./common-1.h -O0 -g -o common-1.h.gch (timeout = 300) spawn /home/Administrator/build_gcc_mips/gcc/xgcc -B/home/Administrator/build_gcc_mips/gcc/ ./common-1.h -O0 -g -o common-1.h.gch PASS: ./common-1.h (test for excess errors) Executing on host: /home/Administrator/build_gcc_mips/gcc/xgcc -B/home/Administrator/build_gcc_mips/gcc/ /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c -O0 -g -I. -S -o common-1.s (timeout = 300) spawn /home/Administrator/build_gcc_mips/gcc/xgcc -B/home/Administrator/build_gcc_mips/gcc/ /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c -O0 -g -I. -S -o common-1.s /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c:1: sorry, unimplemented: had to relocate PCH /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c:1: confused by earlier errors, bailing out compiler exited with status 1 output is: /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c:1: sorry, unimplemented: had to relocate PCH /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c:1: confused by earlier errors, bailing out FAIL: gcc.dg/pch/common-1.c (test for excess errors) Excess errors: /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c:1: sorry, unimplemented: had to relocate PCH /home/Administrator/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/common-1.c:1: confused by earlier errors, bailing out