summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/autotest-report.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl
index 9ba3c04..d789191 100644
--- a/tests/autotest-report.pl
+++ b/tests/autotest-report.pl
@@ -14,6 +14,7 @@ sub prettytoolset
return "Microsoft Visual C++ 7.1" if ($toolset eq 'msvc71');
return "Microsoft Visual C++ $1.0" if ($toolset =~ /^msvc(\d+)$/);
return "Microsoft Visual C++ $1.0 x64" if ($toolset =~ /^msvc(\d+)_x64$/);
+ return "GNU C++ Compiler $1" if ($toolset =~ /^gcc(.*)$/);
$toolset;
}