From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "Kaveh R. Ghazi" Cc: egcs@cygnus.com Subject: Re: egcs-971127 hppa1.1-hp-hpux9.01 results Date: Sun, 30 Nov 1997 20:14:00 -0000 Message-id: <9074.880938744@hurl.cygnus.com> References: <199711291709.MAA28369@caip.rutgers.edu> X-SW-Source: 1997-11/msg00989.html 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