diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2022-11-24 06:46:43 +0100 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2022-11-28 18:55:07 +0100 |
commit | 26aff453bf91921607015a0fd9f09822326beb71 (patch) | |
tree | 3afa9cc59f35c435d7335d632e48922935cf5317 | |
parent | aa353bd9a03b0d5ba92efe082b625d6c5ed6a79d (diff) | |
download | gcc-26aff453bf91921607015a0fd9f09822326beb71.zip gcc-26aff453bf91921607015a0fd9f09822326beb71.tar.gz gcc-26aff453bf91921607015a0fd9f09822326beb71.tar.bz2 |
libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message
libstdc++-v3/ChangeLog
* testsuite/20_util/function/cons/70692.cc: Adapt dg-error message.
-rw-r--r-- | libstdc++-v3/testsuite/20_util/function/cons/70692.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/20_util/function/cons/70692.cc b/libstdc++-v3/testsuite/20_util/function/cons/70692.cc index f9e8fe3..b15208a 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/70692.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/70692.cc @@ -11,4 +11,4 @@ int main() std::function<const int&()> ff(f); // { dg-error "no matching function" } std::function<long&&()> f2(f); // { dg-error "no matching function" } } -// { dg-error "std::enable_if" "" { target *-*-* } 0 } +// { dg-error "std::(__8::)?enable_if" "" { target *-*-* } 0 } |