re PR c++/80290 (g++ uses unreasonable amount of memory compiling nested string maps)
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 19 Apr 2018 06:39:06 +0000 (06:39 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 19 Apr 2018 06:39:06 +0000 (06:39 +0000)
PR c++/80290
* cp-tree.h (tinst_level::free): Fix whitespace.

From-SVN: r259486

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 7cd714b9e3add61b86d8beacf4794fb771d93282..4475b228c2eb1dd7083f95c99997630540f36cb0 100644 (file)
@@ -1,3 +1,8 @@
+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
index 7031c79b35dbf22a11fa8a2c9db571fafabf1136..8c5c84e22b2259472c3eff1a57ff9bf276663cf9 100644 (file)
@@ -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 (); }