From patchwork Fri Sep 3 23:20:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3] libstdc++/45347 From: Paolo Carlini X-Patchwork-Id: 63733 Message-Id: <4C8182C0.7060503@oracle.com> To: "gcc-patches@gcc.gnu.org" Cc: libstdc++ Date: Sat, 04 Sep 2010 01:20:32 +0200 Hi, committed to mainline. Paolo. ///////////////////// 2010-09-03 Paolo Carlini PR libstdc++/45347 * include/ext/concurrence.h: Add #pragma GCC system_header. Index: include/ext/concurrence.h =================================================================== --- include/ext/concurrence.h (revision 163836) +++ include/ext/concurrence.h (working copy) @@ -1,6 +1,6 @@ // Support for concurrent programing -*- C++ -*- -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -31,6 +31,8 @@ #ifndef _CONCURRENCE_H #define _CONCURRENCE_H 1 +#pragma GCC system_header + #include #include #include