Commit 3b14bb39 by Steve Ellcey Committed by Steve Ellcey

* decl.c (start_cleanup_fn): Declare as inline.

From-SVN: r140952
parent 7241571e
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> 2008-10-06 Jason Merrill <jason@redhat.com>
PR c++/37376, other mangling issues PR c++/37376, other mangling issues
......
...@@ -6006,6 +6006,7 @@ start_cleanup_fn (void) ...@@ -6006,6 +6006,7 @@ start_cleanup_fn (void)
actually needed. It is unlikely that it will be inlined, since actually needed. It is unlikely that it will be inlined, since
it is only called via a function pointer, but we avoid unnecessary it is only called via a function pointer, but we avoid unnecessary
emissions this way. */ emissions this way. */
DECL_DECLARED_INLINE_P (fndecl) = 1;
DECL_INTERFACE_KNOWN (fndecl) = 1; DECL_INTERFACE_KNOWN (fndecl) = 1;
/* Build the parameter. */ /* Build the parameter. */
if (use_cxa_atexit) if (use_cxa_atexit)
......
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