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
cb105687
Commit
cb105687
authored
Mar 29, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Mar 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
From-SVN: r51544
parent
f8ed1958
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/18_support/numeric_limits.cc
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
cb105687
2002-03-28 Loren J. Rittle <ljrittle@acm.org>
* testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
2002-03-28 Paolo Carlini <pcarlini@unitus.it>
* testsuite/24_iterators/istream_iterator.cc
...
...
libstdc++-v3/testsuite/18_support/numeric_limits.cc
View file @
cb105687
...
...
@@ -87,8 +87,8 @@ void test_extrema<long double>()
VERIFY
(
(
extrema_min
-
limits_min
)
<
epsilon
);
VERIFY
(
(
limits_min
-
extrema_min
)
<
epsilon
);
VERIFY
(
(
extrema_max
-
limits_max
)
<
(
1
+
epsilon
)
);
VERIFY
(
(
limits_max
-
extrema_max
)
<
(
1
+
epsilon
)
);
VERIFY
(
(
extrema_max
/
limits_max
)
<
(
1
+
epsilon
)
);
VERIFY
(
(
limits_max
/
extrema_max
)
<
(
1
+
epsilon
)
);
}
#endif
...
...
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