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 bootstrap/38776] gcc 4.4.0 20090109 - Configure with "--enable-coverage=noopt" breaks build



------- Comment #5 from rob1weld at aol dot com  2009-01-11 02:50 -------
Breaks again here:

/usr/share/src/gcc_build/./prev-gcc/xgcc -B/usr/share/src/gcc_build/./prev-gcc/
-B/usr/local/i386-pc-solaris2.11/bin/ -c  -g -O2 -fprofile-use -DIN_GCC   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
-Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror  
-DHAVE_CONFIG_H -I. -I. -I../../gcc_trunk/gcc -I../../gcc_trunk/gcc/.
-I../../gcc_trunk/gcc/../include -I./../intl
-I../../gcc_trunk/gcc/../libcpp/include  -I../../gcc_trunk/gcc/../libdecnumber
-I../../gcc_trunk/gcc/../libdecnumber/dpd -I../libdecnumber 
-DCLOOG_PPL_BACKEND  -fexceptions ../../gcc_trunk/gcc/varasm.c -o varasm.o
../../gcc_trunk/gcc/varasm.c: In function ?default_elf_asm_named_section?:
../../gcc_trunk/gcc/varasm.c:6791: error: coverage mismatch for function
?default_elf_asm_named_section? while reading counter ?arcs?
../../gcc_trunk/gcc/varasm.c:6791: note: number of counters is 18 instead of 22
../../gcc_trunk/gcc/varasm.c:6791: error: coverage mismatch for function
?default_elf_asm_named_section? while reading counter ?indirect_call?
../../gcc_trunk/gcc/varasm.c:6791: note: number of counters is 0 instead of 3
../../gcc_trunk/gcc/varasm.c: In function ?default_function_rodata_section?:
../../gcc_trunk/gcc/varasm.c:6791: error: coverage mismatch for function
?default_function_rodata_section? while reading counter ?arcs?
../../gcc_trunk/gcc/varasm.c:6791: note: number of counters is 10 instead of 12
gmake[3]: *** [varasm.o] Error 1
gmake[3]: Leaving directory `/usr/share/src/gcc_build/gcc'
gmake[2]: *** [all-stagefeedback-gcc] Error 2
gmake[2]: Leaving directory `/usr/share/src/gcc_build'
gmake[1]: *** [stagefeedback-bubble] Error 2
gmake[1]: Leaving directory `/usr/share/src/gcc_build'
gmake: *** [all] Error 2


-- 


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


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