This is the mail archive of the gcc-bugs@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]

[Bug middle-end/14684] [4.0 Regression] -fprofile-use/-fprofile-generate failure because of coverage mismatch


------- Additional Comments From bernie at develer dot com  2004-10-22 19:37 -------
I still see this bug on mainline when doing a 
profiledbootstrap: 
 
stage1/xgcc -Bstage1/ 
-B/usr/local/src/gcc/i386-linux-HEAD-install/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 -fno-common   
-DHAVE_CONFIG_H    -I. -I. -I../../gcc-HEAD/gcc -I../../gcc-HEAD/gcc/. 
-I../../gcc-HEAD/gcc/../include 
-I../../gcc-HEAD/gcc/../libcpp/include  ../../gcc-HEAD/gcc/attribs.c -o 
attribs.o 
../../gcc-HEAD/gcc/attribs.c: In function 'decl_attributes': 
../../gcc-HEAD/gcc/attribs.c:337: error: coverage mismatch for function 
'decl_attributes' while reading counter 'arcs'. 
../../gcc-HEAD/gcc/attribs.c:337: error: number of counters is 109 instead of 
111 
gmake[2]: *** [attribs.o] Error 1 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14684


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