Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76766 - trunk/boost/xpressive/detail/core
From: eric_at_[hidden]
Date: 2012-01-28 15:08:35


Author: eric_niebler
Date: 2012-01-28 15:08:35 EST (Sat, 28 Jan 2012)
New Revision: 76766
URL: http://svn.boost.org/trac/boost/changeset/76766

Log:
use underscores in gcc attribute names, fixes #6406
Text files modified:
   trunk/boost/xpressive/detail/core/adaptor.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/xpressive/detail/core/adaptor.hpp
==============================================================================
--- trunk/boost/xpressive/detail/core/adaptor.hpp (original)
+++ trunk/boost/xpressive/detail/core/adaptor.hpp 2012-01-28 15:08:35 EST (Sat, 28 Jan 2012)
@@ -41,7 +41,7 @@
       && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
         // Ugh, gcc has an optimizer bug which elides this c'tor call
         // resulting in pure virtual function calls.
- __attribute__((noinline))
+ __attribute__((__noinline__))
     #endif
       : xpr_(xpr)
     {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk