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]

Is profiledbootstrap supposed to work currently?


Trying profiledbootstrap today on ia32-linux leads to

stage1/xgcc -Bstage1/
-B/home/rguenth/ix86/gcc3.5-051004/i686-pc-linux-gnu/bin/ -c   -O2 -g
-fomit-frame-pointer -fprofile-use -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror    -DHAVE_CONFIG_H
-I. -I. -I/home/rguenth/src/gcc/gcc3.5/gcc
-I/home/rguenth/src/gcc/gcc3.5/gcc/.
-I/home/rguenth/src/gcc/gcc3.5/gcc/../include
-I/home/rguenth/src/gcc/gcc3.5/gcc/../libcpp/include
/home/rguenth/src/gcc/gcc3.5/gcc/attribs.c -o attribs.o
/home/rguenth/src/gcc/gcc3.5/gcc/attribs.c: In function 'decl_attributes':
/home/rguenth/src/gcc/gcc3.5/gcc/attribs.c:337: error: coverage mismatch
for function 'decl_attributes' while reading counter 'arcs'.
/home/rguenth/src/gcc/gcc3.5/gcc/attribs.c:337: error: number of counters
is 67 instead of 69
make[2]: *** [attribs.o] Error 1
make[2]: Leaving directory `/tmp/gcc-obj/gcc'
make[1]: *** [stagefeedback_build] Error 2
make[1]: Leaving directory `/tmp/gcc-obj/gcc'
make: *** [profiledbootstrap] Error 2

is this supposed to happen at the moment, i.e. are there pending fixes, or
is this a genuine bug?

Thanks,
Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/


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