* include/ext/atomicity.h: Add #pragma GCC system_header.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201567
138bc75d-0d04-0410-961f-
82ee72b054a4
+2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * include/ext/atomicity.h: Add #pragma GCC system_header.
+
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/58098
#ifndef _GLIBCXX_ATOMICITY_H
#define _GLIBCXX_ATOMICITY_H 1
+#pragma GCC system_header
+
#include <bits/c++config.h>
#include <bits/gthr.h>
#include <bits/atomic_word.h>