From: Jonathan Wakely Date: Fri, 27 Jan 2023 11:28:37 +0000 (+0000) Subject: libstdc++: Use dg-bogus in new test [PR108554] X-Git-Tag: basepoints/gcc-14~1753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3adf6dd508491d26e21840a8a70b016f876edd53;p=thirdparty%2Fgcc.git libstdc++: Use dg-bogus in new test [PR108554] libstdc++-v3/ChangeLog: PR libstdc++/108554 * testsuite/23_containers/map/modifiers/108554.cc: Use dg-bogus. --- diff --git a/libstdc++-v3/testsuite/23_containers/map/modifiers/108554.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/108554.cc index 7076682f4c9a..811a479b3821 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/108554.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/108554.cc @@ -4,6 +4,8 @@ // PR libstdc++/108554 // Warning from -Wnull-dereference when extracting a unique_ptr from a map. +// { dg-bogus "null pointer dereference" "PR 108554" { target *-*-* } 0 } + #include #include #include