This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 23_containers/set/modifiers/16728.cc
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 16 Feb 2005 13:59:59 +0100
- Subject: Re: 23_containers/set/modifiers/16728.cc
- References: <200502161332.31365.ebotcazou@libertysurf.fr>
Hi Eric,
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?
The history goes like this, in short: we had a code generation bug which
surfaced
only when running the libstdc++ performance testsuite. Not many people
run it,
usually (for a reason: is not about correctness proper and takes a
while...) and we
wanted to make sure that the problem doesn't not appear again, thus we
distilled
a short testcase and added it the correctness testsuite.
Anyway, I see that probably that include is not really needed, now!?!
I'm going to
check and in case remove it.
Paolo.