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
532722be
Commit
532722be
authored
Mar 21, 2003
by
Magnus Fromreide
Committed by
Loren J. Rittle
Mar 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/testsuite_hooks.h: Fix warning nits.
From-SVN: r64678
parent
5c1c25f0
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 @
532722be
2003-03-21 Magnus Fromreide <gnats@magfr.user.lysator.liu.se>
* testsuite/testsuite_hooks.h: Fix warning nits.
2003-03-19 Alexandre Oliva <aoliva@redhat.com>
* config/cpu/mips/atomicity.h (__exchange_and_add, __atomic_add):
...
...
libstdc++-v3/testsuite/testsuite_hooks.h
View file @
532722be
...
...
@@ -247,7 +247,6 @@ namespace __gnu_cxx_test
copy_tracker
(
const
copy_tracker
&
rhs
)
:
id_
(
rhs
.
id
()),
throw_on_copy_
(
rhs
.
throw_on_copy_
)
{
int
kkk
=
throw_on_copy_
;
if
(
throw_on_copy_
)
copy_constructor
::
throw_on
(
copy_constructor
::
count
()
+
1
);
copy_constructor
::
mark_call
();
...
...
@@ -264,6 +263,7 @@ namespace __gnu_cxx_test
if
(
rhs
.
throw_on_copy_
)
assignment_operator
::
throw_on
(
assignment_operator
::
count
()
+
1
);
assignment_operator
::
mark_call
();
return
*
this
;
}
~
copy_tracker
()
...
...
@@ -302,7 +302,7 @@ namespace __gnu_cxx_test
inline
bool
operator
==
(
const
copy_tracker
&
lhs
,
const
copy_tracker
&
rhs
)
{
return
lhs
.
id
()
==
rhs
.
id
();
}
}
;
// namespace __gnu_cxx_test
}
// namespace __gnu_cxx_test
namespace
std
{
...
...
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