aboutsummaryrefslogtreecommitdiff
path: root/src/cctest
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-25 18:26:37 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-25 18:26:37 +0000
commit113fd0f1674071875ca531a8648695a4c2880b0f (patch)
tree27bcf2d6560def4848fc505cdf98ec0831cfa864 /src/cctest
parent8045b95fe817c43cc72bfcd4347751a9977b7a97 (diff)
record status of namespace tests on various machines/conmpilers
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@770 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/cctest')
-rw-r--r--src/cctest/namespace.status31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/cctest/namespace.status b/src/cctest/namespace.status
new file mode 100644
index 0000000..8b35aff
--- /dev/null
+++ b/src/cctest/namespace.status
@@ -0,0 +1,31 @@
+xeon21.aei.mpg.de
+gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
+Wed Sep 25 20:01:31 CEST 2002
+CXX='gcc -W -Wall -pedantic -ansi'
+==> <stdio.h> fns in the global namespace are ok
+==> <stdio.h> fns in the std:: namespace are ok
+==> THIS SHOULD FAIL: <cstdio> fns in global namespace are ok
+==> <cstdio> fns in std:: namespace are ok
+
+xeon21.aei.mpg.de
+Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010730D0
+Wed Sep 25 20:03:47 CEST 2002
+CXX='icc -Xc'
+==> <stdio.h> fns in the global namespace are ok
+==> THIS SHOULD FAIL: <cstdio> fns in global namespace are ok
+==> <cstdio> fns in std:: namespace are ok
+
+xeon21.aei.mpg.de
+Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010730D0
+Wed Sep 25 20:25:55 CEST 2002
+CXX='icc -ansi -Xc'
+==> <stdio.h> fns in the global namespace are ok
+==> THIS SHOULD FAIL: <cstdio> fns in global namespace are ok
+==> <cstdio> fns in std:: namespace are ok
+
+origin.aei.mpg.de
+MIPSpro Compilers: Version 7.3.1.2m
+Wed Sep 25 20:00:36 CEST 2002
+CXX='CC -LANG:std'
+==> <stdio.h> fns in the global namespace are ok
+all others fail