From 2b9233fb523b98353000ac71d2481a77d3515ac1 Mon Sep 17 00:00:00 2001
From: deal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 22 Apr 2002 08:50:55 +0000
Subject: [PATCH] add icc to list of compilers.

git-svn-id: https://svn.dealii.org/trunk@5703 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/common/scripts/report-build-tests.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deal.II/common/scripts/report-build-tests.pl b/deal.II/common/scripts/report-build-tests.pl
index d1e16c4da0..6cfeef892c 100644
--- a/deal.II/common/scripts/report-build-tests.pl
+++ b/deal.II/common/scripts/report-build-tests.pl
@@ -237,6 +237,7 @@ foreach $name (sort keys %testcase) {
     $test_compiler =~ s/.*\+//g;
     $compiler_table{"gcc295"} = "gcc 2.95";
     $compiler_table{"gcc30"} = "gcc 3.0";
+    $compiler_table{"icc50"} = "Intel ICC 5.0";
     if (defined $compiler_table{$test_compiler} ) {
 	$test_compiler = $compiler_table{$test_compiler};
     }
-- 
2.39.5