From: deal Date: Thu, 16 May 2002 15:26:11 +0000 (+0000) Subject: Add gcc 3.1 to list of known compilers. X-Git-Tag: v8.0.0~18027 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181af50cf99701ae6ccfe51184ff8b2915e3f860;p=dealii.git Add gcc 3.1 to list of known compilers. git-svn-id: https://svn.dealii.org/trunk@5838 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/report-build-tests.pl b/deal.II/common/scripts/report-build-tests.pl index cd898156d0..ad26f561c6 100644 --- a/deal.II/common/scripts/report-build-tests.pl +++ b/deal.II/common/scripts/report-build-tests.pl @@ -1,6 +1,7 @@ ############################################################ $compiler_table{"gcc295"} = "gcc 2.95"; $compiler_table{"gcc30"} = "gcc 3.0"; +$compiler_table{"gcc31"} = "gcc 3.1"; $compiler_table{"icc50"} = "Intel ICC 5.0"; $compiler_table{"icc60"} = "Intel ICC 6.0";