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 220e247 commit e02fb0eCopy full SHA for e02fb0e
run-test-suite.py
@@ -363,6 +363,8 @@ def uses_python_headers():
363
364
if uses_dg_directives(inputfiles):
365
dg_context = DgContext(inputfiles)
366
+ if GCC_VERSION >= 9000:
367
+ dg_context.options.append('-fno-diagnostics-show-line-numbers')
368
dg_context.echo_results = True
369
for inputfile in inputfiles:
370
dg_context.parse_directives(inputfile)
0 commit comments