Commit e45639f3 by Jason Merrill Committed by Jason Merrill

* hash-map.h (hash_map::empty): New.

From-SVN: r230357
parent c5a64cfe
2015-11-13 Jason Merrill <jason@redhat.com>
* hash-map.h (hash_map::empty): New.
2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
* gcc/omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO &
......@@ -190,6 +190,8 @@ public:
size_t elements () const { return m_table.elements (); }
void empty () { m_table.empty(); }
class iterator
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment