* include/bits/c++config: Fix abi_tag in special modes.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2015 22:39:54 +0000 (22:39 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2015 22:39:54 +0000 (22:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226022 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config

index e68f942..c1c9052 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-20  Jason Merrill  <jason@redhat.com>
+
+       * include/bits/c++config: Fix abi_tag in special modes.
+
 2015-07-19  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/xml/manual/status_cxx2017.xml: Fix URL for N4279.
index 34acca3..d450f61 100644 (file)
@@ -296,7 +296,7 @@ namespace std
 # endif
 
 # if _GLIBCXX_USE_CXX11_ABI
-  inline namespace __cxx11 __attribute__((__abi_tag__)) { }
+  inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
 # endif
   }