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
6ffd1096
Commit
6ffd1096
authored
Aug 06, 2013
by
Paolo Carlini
Committed by
Paolo Carlini
Aug 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2013-08-06 Paolo Carlini <paolo.carlini@oracle.com>
Revert the last commit. From-SVN: r201525
parent
78f6dd68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
3 deletions
+7
-3
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/bits/hashtable.h
+0
-0
libstdc++-v3/include/bits/hashtable_policy.h
+0
-0
libstdc++-v3/python/libstdcxx/v6/printers.py
+1
-1
libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
+1
-1
libstdc++-v3/testsuite/23_containers/unordered_set/not_default_constructible_hash_neg.cc
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
6ffd1096
2013-08-06 Paolo Carlini <paolo.carlini@oracle.com>
Revert the last commit.
2013-08-06 François Dumont <fdumont@gcc.gnu.org>
* include/bits/hashtable_policy.h (_Hashtable_alloc): New.
...
...
libstdc++-v3/include/bits/hashtable.h
View file @
6ffd1096
This diff is collapsed.
Click to expand it.
libstdc++-v3/include/bits/hashtable_policy.h
View file @
6ffd1096
This diff is collapsed.
Click to expand it.
libstdc++-v3/python/libstdcxx/v6/printers.py
View file @
6ffd1096
...
...
@@ -652,7 +652,7 @@ class Tr1HashtableIterator:
class
StdHashtableIterator
:
def
__init__
(
self
,
hash
):
self
.
node
=
hash
[
'_M_b
efore_begin
'
][
'_M_nxt'
]
self
.
node
=
hash
[
'_M_b
begin'
][
'_M_node
'
][
'_M_nxt'
]
self
.
node_type
=
find_type
(
hash
.
type
,
'__node_type'
)
.
pointer
()
def
__iter__
(
self
):
...
...
libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
View file @
6ffd1096
...
...
@@ -19,7 +19,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-error "with noexcept" "" { target *-*-* } 2
65
}
// { dg-error "with noexcept" "" { target *-*-* } 2
58
}
#include <unordered_set>
...
...
libstdc++-v3/testsuite/23_containers/unordered_set/not_default_constructible_hash_neg.cc
View file @
6ffd1096
...
...
@@ -19,7 +19,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-error "default constructible" "" { target *-*-* } 2
83
}
// { dg-error "default constructible" "" { target *-*-* } 2
76
}
#include <unordered_set>
...
...
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