]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++config: Add tr2 to versioned namespaces.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 2 Nov 2011 04:23:33 +0000 (04:23 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 2 Nov 2011 04:23:33 +0000 (04:23 +0000)
2011-11-02  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config: Add tr2 to versioned namespaces.
* scripts/run_doxygen: Adjust generated man files as well.
* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.

From-SVN: r180760

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config
libstdc++-v3/scripts/run_doxygen
libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc

index 0e21cc7cc62c2930d825d0ef289f65f5a0a1cdc0..9f6c755cd6ae55142652ef00bb9bb8377e16407b 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-02  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/c++config: Add tr2 to versioned namespaces.
+       * scripts/run_doxygen: Adjust generated man files as well.
+       * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
+
 2011-11-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * include/std/future (promise): Add constructors for uses-allocator
@@ -18,7 +24,7 @@
 
        * acinclude.m4 (GLIBCXX_CONFIGURE): Refer to GNU/Linux.
        * configure: Regenerate.
-       
+
 2011-10-31  Jason Merrill  <jason@redhat.com>
 
        PR c++/50920
index f77da5ee1a70211b820d08828824fdac51c16fe5..e76e7423021b1763231b153480f47e39f0f9a5ce 100644 (file)
       namespace __detail { }
     }
 
+    namespace tr2 { }
+    
     namespace decimal { }
 
     namespace chrono { }
@@ -197,6 +199,9 @@ namespace std
     namespace __detail { inline namespace __7 { } }
   }
 
+  namespace tr2
+  { inline namespace __7 { } }
+
   namespace decimal { inline namespace __7 { } }
 
   namespace chrono { inline namespace __7 { } }
index 48b172497377366d8e47390aee09ec4f951dd863..3fef95f83fb650495ffd1139d5b26f211f56653e 100644 (file)
@@ -339,6 +339,10 @@ for f in std_tr1_*; do
     newname=`echo $f | sed 's/^std_tr1_/std::tr1::/'`
     mv $f $newname
 done
+for f in std_tr2_*; do
+    newname=`echo $f | sed 's/^std_tr2_/std::tr2::/'`
+    mv $f $newname
+done
 for f in std_*; do
     newname=`echo $f | sed 's/^std_/std::/'`
     mv $f $newname
index 4e2d071b8336d1b4cd4a6804c26ad3df1d1c70c7..c6e6feac6c05ffad4170c6c7fd89f6f580949b6d 100644 (file)
@@ -25,4 +25,4 @@
 
 #include <vector>
 
-// { dg-error "multiple inlined namespaces" "" { target *-*-* } 258 }
+// { dg-error "multiple inlined namespaces" "" { target *-*-* } 263 }