This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Call for testers for pch-branch


Geoffrey Keating wrote:

The PCH work is now mostly complete, and it would be helpful if it could have some wider testing, especially on non-Darwin hosts. So, if you're interested in precompiled headers, or just want to make sure that the patches on the branch don't cause regressions on your favourite host or target, I encourage you to check out the branch and try it.

You can check out and build the branch by doing

cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc co -r pch-branch gcc

and then build it using 'configure' and 'make' as usual.
Hi.

I'm getting a bootstrap error:

...
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I../../pch-branch/gcc/gcc -I../../pch-branch/gcc/gcc/. -I../../pch-branch/gcc/gcc/config -I../../pch-branch/gcc/gcc/../include ../../pch-branch/gcc/gcc/dwarf2out.c -o dwarf2out.o
../../pch-branch/gcc/gcc/dwarf2out.c: In function `same_dw_val_p':
../../pch-branch/gcc/gcc/dwarf2out.c:5687: structure has no member named `id'
../../pch-branch/gcc/gcc/dwarf2out.c:5688: structure has no member named `id'
make[2]: *** [dwarf2out.o] Error 1
make[2]: Leaving directory `/home/paolo/Gcc/cvs-dirs/pch-branch-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/paolo/Gcc/cvs-dirs/pch-branch-build/gcc'
make: *** [bootstrap] Error 2

Thanks,
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]