This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] parallel bootstrap failure
On Sun, 24 Aug 2003, Gerald Pfeifer wrote:
> Two things seem to be broken here (target is i386-unknown-freebsd4.8):
>
> gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I/sw/test/gcc/cvs-ts/gcc -I/sw/test/gcc/cvs-ts/gcc/. -I/sw/test/gcc/cvs-ts/gcc/config -I/sw/test/gcc/cvs-ts/gcc/../include -I/sw/test/gcc/cvs-ts/gcc/../libbanshee/libcompat -I/sw/test/gcc/cvs-ts/gcc/../libbanshee -I/sw/test/gcc/cvs-ts/gcc/../libbanshee/points-to /sw/test/gcc/cvs-ts/gcc/version.c -o version.o
> gmake[2]: *** No rule to make target `pretty-print.c', needed by `pretty-print.o'. Stop.
> gmake[2]: *** Waiting for unfinished jobs....
Interessingly, an explicit `cvs update pretty-print.c` obtained that file
into my local tree.
Might CVS problems be related to the fact that the version number
here is 2.x?
File: pretty-print.c Status: Up-to-date
Working revision: 2.5.2.1
Repository revision: 2.5.2.1 /cvs/gcc/gcc/gcc/pretty-print.c,v
Sticky Tag: tree-ssa-20020619-branch (branch: 2.5.2)
File: pretty-print.h Status: Up-to-date
Working revision: 1.4.2.4
Repository revision: 1.4.2.4 /cvs/gcc/gcc/gcc/pretty-print.h,v
Sticky Tag: tree-ssa-20020619-branch (branch: 1.4.2)
Weird, very weird.
Gerald