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]

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


On Wed, 2003-12-17 at 10:32, John David Anglin wrote:
> 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.=

Nathan's out of town for a little while.

If you would like to remove the colons from the tests, that's
pre-approved.  (Nathan was trying to test that there were no spurious
characters at the end of the name, but I can't really see how to do that
reliably.)

If you don't want to fiddle with the patches, I can take care of it;
these problems are clearly CodeSourcery's responsibility.  Let me know.

Thanks,

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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