PR other/3337
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Oct 2002 23:39:38 +0000 (23:39 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Oct 2002 23:39:38 +0000 (23:39 +0000)
PR bootstrap/6763
PR bootstrap/8122
* testsuite/testsuite_hooks.cc (__set_testsuite_memlimit): Use
__typeof__ (r.rlim_cur), not rlim_t in declaration of limit.
(Forgot to add PR markers.  Doh!)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58515 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index 13ffd4e..bf9f8ac 100644 (file)
@@ -1,5 +1,8 @@
 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       PR other/3337
+       PR bootstrap/6763
+       PR bootstrap/8122
        * testsuite/testsuite_hooks.cc (__set_testsuite_memlimit): Use
        __typeof__ (r.rlim_cur), not rlim_t in declaration of limit.