aboutsummaryrefslogtreecommitdiff
path: root/src/cctest
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 16:44:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 16:44:41 +0000
commit838e0d48aeff9234f34b8b7e525ae1267e583567 (patch)
tree5e3eea0f82d1c62c5e770b2fb32e15731f41597b /src/cctest
parent1d961ab4987f1a091f2bae53d9eb4aad6c1bea44 (diff)
add results for gcc 3.2, redhat cc 2.96, and icc 5.0.1
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@806 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/cctest')
-rw-r--r--src/cctest/vector/status33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/cctest/vector/status b/src/cctest/vector/status
index 2950a37..679ee70 100644
--- a/src/cctest/vector/status
+++ b/src/cctest/vector/status
@@ -10,3 +10,36 @@ CXX='/usr/bin/g++ -W -Wall -ansi -pedantic'
==> #include <vector>; std::vector is ok
==> #include <vector>; using std::vector; vector is ok
==> #include <vector>; using namespace std; vector is ok
+
+xeon21.aei.mpg.de
+gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
+Mon Oct 7 18:38:20 CEST 2002
+CXX='/usr/bin/g++ -W -Wall -pedantic -ansi'
+==> #include <vector.h>; vector is ok
+==> #include <vector.h>; std::vector is ok
+==> #include <vector.h>; using std::vector; vector is ok
+==> #include <vector.h>; using namespace std; vector is ok
+==> #include <vector>; vector is ok (THIS SHOULD FAIL)
+==> #include <vector>; std::vector is ok
+==> #include <vector>; using std::vector; vector is ok
+==> #include <vector>; using namespace std; vector is ok
+
+xeon21.aei.mpg.de
+g++ (GCC) 3.2
+Mon Oct 7 18:34:53 CEST 2002
+CXX='/scratch/jthorn/local/bin/g++ -W -Wall -ansi -pedantic'
+==> #include <vector.h>; vector is ok
+==> #include <vector.h>; std::vector is ok
+==> #include <vector.h>; using std::vector; vector is ok
+==> #include <vector.h>; using namespace std; vector is ok
+==> #include <vector>; std::vector is ok
+==> #include <vector>; using std::vector; vector is ok
+==> #include <vector>; using namespace std; vector is ok
+
+xeon21.aei.mpg.de
+Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010730D0
+Mon Oct 7 18:36:42 CEST 2002
+CXX='icc -Xc -ansi'
+==> #include <vector>; std::vector is ok
+==> #include <vector>; using std::vector; vector is ok
+==> #include <vector>; using namespace std; vector is ok