libstdc++: Require c++98_only effective target for a test
authorJonathan Wakely <jwakely@redhat.com>
Thu, 2 Jul 2020 20:27:12 +0000 (21:27 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 2 Jul 2020 20:27:22 +0000 (21:27 +0100)
commit5079855e7ebe8fd4a7f9005dd75fa35f8cd54daa
treebf839cdce4230b78f9bdb633622132f1d8737d6a
parentb857b179772951677cb12781f892454cd09d7831
libstdc++: Require c++98_only effective target for a test

This test checks a conversion which only exists in C++98 and won't
compile since C++11. It uses { dg-options "-std=gnu++98" } so that it is
explicitly run in C++98 mode. This change also adds a target selector so
that the test will be skipped if the dg-options directive is filtered
out or overridden.

libstdc++-v3/ChangeLog:

* testsuite/27_io/basic_ios/conv/voidptr.cc: Add c++98_only
target selector.
libstdc++-v3/testsuite/27_io/basic_ios/conv/voidptr.cc