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

Failure of new mangle*.C tests under hppa*-hp-hpux*


The following new tests fail on the PA under HP-UX:

FAIL: g++.dg/abi/mangle18-1.C scan-assembler 
FAIL: g++.dg/abi/mangle18-1.C scan-assembler 
FAIL: g++.dg/abi/mangle18-2.C scan-assembler 
FAIL: g++.dg/abi/mangle18-2.C scan-assembler 
FAIL: g++.dg/abi/mangle19-1.C scan-assembler 
FAIL: g++.dg/abi/mangle19-2.C scan-assembler 
FAIL: g++.dg/abi/mangle20-1.C scan-assembler 
FAIL: g++.dg/abi/mangle20-1.C scan-assembler 
FAIL: g++.dg/abi/mangle20-2.C scan-assembler 
FAIL: g++.dg/abi/mangle20-2.C scan-assembler

It appears that these fail because the tests test for labels ending
in a `:'.  The labels generated by GCC under HP-UX on the PA don't
have a colon at the end of the label name.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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