This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-971127 hppa1.1-hp-hpux9.01 results
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: egcs-971127 hppa1.1-hp-hpux9.01 results
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 30 Nov 1997 18:12:24 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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