Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c4297522
Commit
c4297522
authored
Jan 17, 2002
by
Nick Clifton
Committed by
Nick Clifton
Jan 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in comment
From-SVN: r48973
parent
16348d58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/testsuite/testsuite_hooks.h
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
c4297522
2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
* testsuite/testsuite_hooks.h: Fix typo in comment.
2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
* testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
...
...
libstdc++-v3/testsuite/testsuite_hooks.h
View file @
c4297522
// Utility subroutines for the C++ library testsuite.
// Utility subroutines for the C++ library testsuite.
//
//
// Copyright (C) 2000, 2001 Free Software Foundation, Inc.
// Copyright (C) 2000, 2001
, 2002
Free Software Foundation, Inc.
//
//
// This file is part of the GNU ISO C++ Library. This library is free
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// software; you can redistribute it and/or modify it under the
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
// allocation. We provide a default memory limit if none is passed by the
// allocation. We provide a default memory limit if none is passed by the
// calling application. The argument to __set_testsuite_memlimit() is the
// calling application. The argument to __set_testsuite_memlimit() is the
// limit in megabytes (a floating-point number). If _GLIBCPP_MEM_LIMITS is
// limit in megabytes (a floating-point number). If _GLIBCPP_MEM_LIMITS is
// #defined before including this header, then no limiting is attempted.
//
not
#defined before including this header, then no limiting is attempted.
//
//
// 3) gnu_counting_struct
// 3) gnu_counting_struct
// This is a POD with a static data member, gnu_counting_struct::count,
// This is a POD with a static data member, gnu_counting_struct::count,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment