c++config: Do not disable extern templates for string in plain parallel-mode and in...

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
This commit is contained in:
Paolo Carlini 2009-10-15 00:01:05 +00:00 committed by Paolo Carlini
parent 4299992823
commit 1351c40132
2 changed files with 2 additions and 1 deletions

View 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>

View 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" }