This is the mail archive of the gcc-testresults@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: Results for 3.4-bi 20021213 (experimental) testsuite on


"John David Anglin" <dave@hiauly1.hia.nrc.ca> writes:

>> hppa64-hp-hpux11.11 doesn't build:
>> gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H  -o cc1 \
>> 	c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a  main.o libbackend.a   ../libiberty/libiberty.a
>> ld: Unsatisfied symbol "__gcov_init" in file libbackend.a[profile.o]
>
> The problem here is this code:
>
>           if (!__gcov_init)
> 	    unlink (da_file_name);
>
> The HP linker doesn't like undefined symbols, weak or otherwise.

This is Nathan Sidwell's code - I don't have any idea how to fix it,
but he might.  Do you think the additional g++ failures might be a
similar issue?

zw


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