This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
PATCH: Fix gratuitously failing libstdc++ test cases
- To: libstdc++ at gcc dot gnu dot org
- Subject: PATCH: Fix gratuitously failing libstdc++ test cases
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Fri, 10 Aug 2001 15:33:51 -0500 (CDT)
- Reply-to: rittle at labs dot mot dot com
Tested on i386-*-freebsd4.3 in an already bootstrapped tree. Applied.
* testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add
dummy default argument to the non-limit implementation.
Index: testsuite/testsuite_hooks.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/testsuite/testsuite_hooks.h,v
retrieving revision 1.1
diff -c -r1.1 testsuite_hooks.h
*** testsuite_hooks.h 2001/08/10 06:50:34 1.1
--- testsuite_hooks.h 2001/08/10 20:24:19
***************
*** 59,65 ****
// Don't do memory limits.
void
! __set_testsuite_memlimit(float)
{ }
#else
--- 59,65 ----
// Don't do memory limits.
void
! __set_testsuite_memlimit(float x = 0)
{ }
#else