diff options
| author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-24 23:39:38 +0000 |
|---|---|---|
| committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-24 23:39:38 +0000 |
| commit | 2c323bb55563456ba48df33f84d6b84036371c58 (patch) | |
| tree | e3f2b49a596e8eaa4124d3fed879295b71419cfb | |
| parent | e2e49064631e8dda1d40948e67ce8c2914a1242d (diff) | |
| download | ppe42-gcc-2c323bb55563456ba48df33f84d6b84036371c58.tar.gz ppe42-gcc-2c323bb55563456ba48df33f84d6b84036371c58.zip | |
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.
(Forgot to add PR markers. Doh!)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58515 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 13ffd4eeff9..bf9f8acfc54 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. |

