But there are still some failures. I'm not sure if they are okey. The
error messages are like these,
Executing on host: /home/smj/build_gcc_mips/gcc/xgcc
-B/home/smj/build_gcc_mips/gcc/
/home/smj/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/static-1.c -O0
-I. -S -o static-1.s(timeout = 300)
PASS
But there are still some failures. I'm not sure if they are okey. The
error messages are like these,
Executing on host: /home/smj/build_gcc_mips/gcc/xgcc
-B/home/smj/build_gcc_mips/gcc/
/home/smj/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/static-1.c -O0
-I. -S -o static-1.s(timeout = 300)
PAS
Hi,
I think I've got the answer from GCC Bugzilla Bug 11341. It said that
this was possibly a known problem with cygwin. For some reason cygwin
has always had problems with PCH. Then I run the testsuite on the
linux and most of them passed.
Thanks for your time.
Eric.
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 addat