]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.c (start_cleanup_fn): Declare as inline.
authorSteve Ellcey <sje@cup.hp.com>
Tue, 7 Oct 2008 20:09:42 +0000 (20:09 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 7 Oct 2008 20:09:42 +0000 (20:09 +0000)
From-SVN: r140952

gcc/cp/ChangeLog
gcc/cp/decl.c

index 222693f2a525ab55cc35415a5a84d959b62b3ca2..bb4b6b21bedcb6663ce44d96e78c9e604a739215 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * decl.c (start_cleanup_fn): Declare as inline.
+
 2008-10-06  Jason Merrill  <jason@redhat.com>
 
        PR c++/37376, other mangling issues
index be28e788600753d53e5e305717136c855d6a8b1e..b0b03a549e68728e1777d8167288e8c29e9173fc 100644 (file)
@@ -6006,6 +6006,7 @@ start_cleanup_fn (void)
      actually needed.  It is unlikely that it will be inlined, since
      it is only called via a function pointer, but we avoid unnecessary
      emissions this way.  */
+  DECL_DECLARED_INLINE_P (fndecl) = 1;
   DECL_INTERFACE_KNOWN (fndecl) = 1;
   /* Build the parameter.  */
   if (use_cxa_atexit)