We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9851b0 commit 606f4a6Copy full SHA for 606f4a6
run-test-suite.py
@@ -751,6 +751,10 @@ def exclude_tests_below(path):
751
if GCC_VERSION < 6000:
752
exclude_test('tests/examples/find-global-state')
753
754
+# class rich_location was added to libcpp in gcc 6.
755
+if GCC_VERSION < 6000:
756
+ exclude_test('tests/plugin/rich-location')
757
+
758
# compound locations are only supported for GCC 7 and later:
759
if GCC_VERSION < 7000:
760
exclude_test('tests/plugin/compound-locations')
0 commit comments