c++config: Do not disable extern templates for string in plain parallel-mode and...
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 15 Oct 2009 00:01:05 +0000 (00:01 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 15 Oct 2009 00:01:05 +0000 (00:01 +0000)
2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/c++config: Do not disable extern templates for string
in plain parallel-mode and in profile-mode; add comment explaining
_GLIBCXX_EXTERN_TEMPLATE == -1.
* testsuite/ext/profile/mutex_extensions.cc: Adjust dg-error line.

From-SVN: r152790

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/profile/mutex_extensions.cc

index 55970ae..c995c7d 100644 (file)
@@ -3,6 +3,7 @@
        * include/bits/c++config: Do not disable extern templates for string
        in plain parallel-mode and in profile-mode; add comment explaining
        _GLIBCXX_EXTERN_TEMPLATE == -1.
+       * testsuite/ext/profile/mutex_extensions.cc: Adjust dg-error line.
 
 2009-10-14  Jason Merrill  <jason@redhat.com>
 
index c8bcf72..5237107 100644 (file)
@@ -22,5 +22,5 @@
 
 #include <vector>
 
-// { dg-error "Cannot use -D_GLIBCXX_PROFILE with " "" { target *-*-* } 166 }
+// { dg-error "Cannot use -D_GLIBCXX_PROFILE with " "" { target *-*-* } 165 }
 // { dg-excess-errors "In file included from" }