From: paolo Date: Fri, 3 Sep 2010 23:19:18 +0000 (+0000) Subject: 2010-09-03 Paolo Carlini X-Git-Tag: upstream/4.9.2~26903 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43fc3a5310424f1ec309b8a537fb114cffaa7108;p=platform%2Fupstream%2Flinaro-gcc.git 2010-09-03 Paolo Carlini PR libstdc++/45347 * include/ext/concurrence.h: Add #pragma GCC system_header. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163848 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 45a8f01..35b6028 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2010-09-03 Paolo Carlini + + PR libstdc++/45347 + * include/ext/concurrence.h: Add #pragma GCC system_header. + 2010-09-03 François Dumont * testsuite/lib/libstdc++.exp ([check_v3_target_debug_mode]): Fix so diff --git a/libstdc++-v3/include/ext/concurrence.h b/libstdc++-v3/include/ext/concurrence.h index 71f8cd0..6f8e10b 100644 --- a/libstdc++-v3/include/ext/concurrence.h +++ b/libstdc++-v3/include/ext/concurrence.h @@ -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