mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 06:14:01 +08:00
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:
parent
4299992823
commit
1351c40132
@ -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>
|
||||
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user