diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-10-14 12:09:27 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-10-14 12:52:47 +0100 |
commit | a1b6b013615082f0837ea34c5a65136822523be7 (patch) | |
tree | 7605960307c1c239093315fcc1d9d72522430cf7 | |
parent | 5e961dba46a84b5c4ba5086d05db6ff449d8682f (diff) | |
download | gcc-a1b6b013615082f0837ea34c5a65136822523be7.zip gcc-a1b6b013615082f0837ea34c5a65136822523be7.tar.gz gcc-a1b6b013615082f0837ea34c5a65136822523be7.tar.bz2 |
libstdc++: Improve comments for check_effective_target_cxx11-abi
libstdc++-v3/ChangeLog:
* testsuite/lib/libstdc++.exp (check_effective_target_cxx11-abi):
Add comments about which test flags get used by the check.
-rw-r--r-- | libstdc++-v3/testsuite/lib/libstdc++.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 78484f7..fc1e8f2 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -1524,6 +1524,8 @@ proc check_v3_target_filesystem_ts { } { } # Return 1 if the "cxx11" ABI is in use using the current flags, 0 otherwise. +# Any flags provided by RUNTESTFLAGS or a target board will be used here. +# Flags added in the test by dg-options or dg-add-options will not be used. proc check_effective_target_cxx11-abi { } { global cxxflags |