summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_ios/conv
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-163-3/+3
|
* Update copyright years.Jakub Jelinek2022-01-033-3/+3
|
* Update copyright years.Jakub Jelinek2021-01-043-3/+3
|
* libstdc++: Require c++98_only effective target for a testJonathan Wakely2020-07-021-0/+1
| | | | | | | | | | | | | 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.
* Update copyright years.Jakub Jelinek2020-01-013-3/+3
| | | | From-SVN: r279813
* Update copyright years.Jakub Jelinek2019-01-013-3/+3
| | | | From-SVN: r267494
* Update copyright years.Jakub Jelinek2018-01-033-3/+3
| | | | From-SVN: r256169
* Update copyright years.Jakub Jelinek2017-01-013-3/+3
| | | | From-SVN: r243994
* Use effective-target instead of -std optionsJonathan Wakely2016-08-262-3/+2
| | | | | | | * testsuite/*: Use { target c++11 } or { target c++14 } instead of using -std in dg-options. From-SVN: r239777
* Update copyright years.Jakub Jelinek2016-01-043-3/+3
| | | | From-SVN: r232055
* Update copyright years.Jakub Jelinek2015-01-053-3/+3
| | | | From-SVN: r219188
* * testsuite/27_io/basic_ios/conv/bool_neg.cc: Add dg-do compile.Jonathan Wakely2014-09-251-0/+1
| | | | From-SVN: r215593
* bool_neg.cc: New.Jonathan Wakely2014-09-253-0/+104
* testsuite/27_io/basic_ios/conv/bool_neg.cc: New. * testsuite/27_io/basic_ios/conv/bool.cc: New. * testsuite/27_io/basic_ios/conv/voidptr.cc: New. From-SVN: r215592