This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
23_containers/set/modifiers/16728.cc
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 16 Feb 2005 13:33:46 +0100
- Subject: 23_containers/set/modifiers/16728.cc
Hi,
We have this compilation failure on Solaris 2.5.1
FAIL: 23_containers/set/modifiers/16728.cc (test for excess errors)
WARNING: 23_containers/set/modifiers/16728.cc compilation failed to produce
executable
that comes from 'getrusage' not being declared, while it is referenced by
testsuite_performance.h.
I'm not sure the problem is worth fixing (this works fine on Solaris 6 and
above) but I was wondering why this testcase is the only one outside the
'performance' subdirectory that includes testsuite_performance.h.
Any specific reason for this situation? If no, what about moving it to
performance/23_containers/set_insert.cc or something like that?
Thanks in advance.
--
Eric Botcazou