From: Steve Ellcey Date: Tue, 7 Oct 2008 20:09:42 +0000 (+0000) Subject: * decl.c (start_cleanup_fn): Declare as inline. X-Git-Tag: releases/gcc-4.4.0~2134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b14bb3928d44278ae7b724334e6fe02e146d17c;p=thirdparty%2Fgcc.git * decl.c (start_cleanup_fn): Declare as inline. From-SVN: r140952 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 222693f2a525..bb4b6b21bedc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2008-10-07 Steve Ellcey + + * decl.c (start_cleanup_fn): Declare as inline. + 2008-10-06 Jason Merrill PR c++/37376, other mangling issues diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index be28e7886007..b0b03a549e68 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -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)