This is the mail archive of the gcc@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]

Re: egcs-971127 hppa1.1-hp-hpux9.01 results


  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


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