aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-01-04 18:56:26 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2019-01-04 18:56:26 +0000
commit6908c1dc6fc8d377ba80f12b7889e7872505cbb0 (patch)
treed06630cea6eb089214fb247d1d2104675bcd4d48 /gcc
parent35a5722c7b3938cf26a03aed4c5387f550d8ac3e (diff)
downloadgcc-6908c1dc6fc8d377ba80f12b7889e7872505cbb0.zip
gcc-6908c1dc6fc8d377ba80f12b7889e7872505cbb0.tar.gz
gcc-6908c1dc6fc8d377ba80f12b7889e7872505cbb0.tar.bz2
Fix test failure when -fno-inline is used
This currently checks _GLIBCXX_USE_DUAL_ABI which is incorrect, as that can be true when _GLIBCXX_USE_CXX11_ABI == 0. The correct check would be _GLIBCXX_USE_CXX11_ABI == 1, but that's made redundant by the cxx11-abi effective target that the test requires. However, the test will fail if -fno-inline is used, so check __NO_INLINE__ instead. * testsuite/23_containers/list/61347.cc: Avoid spurious failure when -fno-inline added to test flags. From-SVN: r267582
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions