]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Avoid illegal argument to verbose in dg-test callback
authorMatthias Kretz <kretz@kde.org>
Mon, 20 Apr 2020 14:29:41 +0000 (15:29 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 14:29:44 +0000 (15:29 +0100)
commit697b94cfaef4a958132faf0cf4b35b15dfb29acc
treedfe087b456f8e0835e35847bf77d01afda0a2c1e
parenta6f400239d792ddcff106be22b04fdf3f9b2894a
libstdc++: Avoid illegal argument to verbose in dg-test callback

If extra_tool_flags starts with a dash, an error like 'ERROR: verbose:
illegal argument: -march=native -O2 -std=c++17' is printed. This is
easily fixed by inserting a double dash before the variable.

2020-04-20  Matthias Kretz  <kretz@kde.org>

* testsuite/lib/libstdc++.exp: Avoid illegal argument to verbose.
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp
This page took 0.061317 seconds and 6 git commands to generate.