egcs-971127 hppa1.1-hp-hpux9.01 results
Jeffrey A Law
law@cygnus.com
Sun Nov 30 20:14:00 GMT 1997
In message < 199711291709.MAA28369@caip.rutgers.edu >you write:
> PS: I think at least some (many?) of the "make check" errors for
> libio, libstdc++ and g++ are due to the testsuite passing -g and
> getting a warning "cc1plus: warning: -g is only supported when using
> GAS on this processor".
Probably. I'll see what I can do.
> Also some of the errors reported for gcc may
> be due to a warning from the hpux9 assembler which is considered
> harmless by the gcc documentation: "Use of GR3 when frame>=8192 may
> cause conflict".
Yes, this causes some grief for dejagnu. Adding this to prune_warnings
in target.exp should fix this problem.
# This happens when assembling code with the native HP assembler
regsub -all "(^|\n)(as:\[^\n\]*err#13.\n .warning.\[^\n\]*\n?)+" $text "\\1" text
> Many other errors resulted from ld terminating with signal 11.
> I can send the detailed log files to anyone who is interested.
Yes, this is happening in the tests which test computed gotos and
such -- we've traded an assembly time error for a link error when using
label values and computed gotos in an attempt to keep C++ working
with the HP assembler.
jeff
More information about the Gcc
mailing list