Commit 4f3fc301 by Alexandre Oliva Committed by Alexandre Oliva

re PR c++/80290 (g++ uses unreasonable amount of memory compiling nested string maps)

PR c++/80290
* cp-tree.h (tinst_level::free): Fix whitespace.

From-SVN: r259486
parent d62f70f0
2018-04-19 Alexandre Oliva <aoliva@redhat.com>
PR c++/80290
* cp-tree.h (tinst_level::free): Fix whitespace.
2018-04-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/84630
......
......@@ -5904,7 +5904,7 @@ struct GTY((chain_next ("%h.next"))) tinst_level {
public:
/* Release storage for OBJ and node, if it's a TREE_LIST. */
static void free(tinst_level *obj);
static void free (tinst_level *obj);
/* Return TRUE iff the original node is a list, split or not. */
bool list_p () const { return !not_list_p (); }
......
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