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: libstdc++: xfail 27_io/ios_base/storage/11584.cc on hppa64-hpux11


> 27_io/ios_base/storage/11584.cc fails on hppa64-hpux11 because on this
> target, overriding operator new doesn't get calls from inside
> libstdc++.  (The test relies on being able to make operator new fail
> on demand.)

I don't see the need to XFAIL this test.  It passes with HP ld.  This
is a known bug with GNU ld.  Shared library symbols can't be overloaded.
At one time, I started work on a patch.  This shouldn't be that hard
to fix.  There is also a couple of g++ tests that fail for the same
reason.

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]