From: Jonathan Wakely Date: Wed, 17 Aug 2016 14:11:20 +0000 (+0100) Subject: Remove duplicate dg-options directive X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e07f4b008daa0cd06b079202919508fa74f030ff;p=gcc.git Remove duplicate dg-options directive * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: Remove duplicate dg-options directive. From-SVN: r239538 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 50018deb993..9241b41fcbc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-17 Jonathan Wakely + * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + * testsuite/ext/profile/all.cc: Use effective target instead of -std=gnu++11. Use dg-additional-options instead of repeating options. diff --git a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc index 031a01b83f0..49232f8ba61 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc @@ -12,7 +12,6 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// { dg-options "-std=gnu++17" } // You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see