aboutsummaryrefslogtreecommitdiff
path: root/src/cctest
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-29 16:34:46 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-29 16:34:46 +0000
commite6c8a049f33e648fbf83522636141c99b14c0d9d (patch)
tree0e80bc9b12f3de5de1ac2c06761f424a04ee4950 /src/cctest
parentcbf6f3588322dab22fdea6382419970a0d1f551d (diff)
update test results for various compilers/machines
with new version of tests git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@780 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/cctest')
-rw-r--r--src/cctest/namespace/status52
1 files changed, 33 insertions, 19 deletions
diff --git a/src/cctest/namespace/status b/src/cctest/namespace/status
index d509e33..3384b4d 100644
--- a/src/cctest/namespace/status
+++ b/src/cctest/namespace/status
@@ -13,37 +13,51 @@ CXX='/usr/bin/g++ -W -Wall -ansi -pedantic'
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
+Sun Sep 29 18:24:39 CEST 2002
+CXX='/usr/bin/g++ -W -Wall -pedantic -ansi'
+==> #include <stdio.h>; printf() is ok
+==> #include <stdio.h>; std::printf() is ok
+==> #include <stdio.h>; using std::printf; printf() is ok
+==> #include <stdio.h>; using namespace std; printf() is ok
+==> #include <cstdio>; printf() is ok (THIS SHOULD FAIL)
+==> #include <cstdio>; std::printf() is ok
+==> #include <cstdio>; using std::printf; printf() is ok
+==> #include <cstdio>; using namespace std; printf() is ok
xeon21.aei.mpg.de
-gcc version 3.2
-Thu Sep 26 01:37:04 CEST 2002
+gcc version 3.2 # built by JT from release tarball
+Sun Sep 29 18:27:28 CEST 2002
CXX='/scratch/jthorn/local/bin/g++ -Wall -pedantic -ansi'
-==> <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
+==> #include <stdio.h>; printf() is ok
+==> #include <stdio.h>; using namespace std; printf() is ok
+==> #include <cstdio>; printf() is ok (THIS SHOULD FAIL)
+==> #include <cstdio>; std::printf() is ok
+==> #include <cstdio>; using std::printf; printf() is ok
+==> #include <cstdio>; using namespace std; printf() is 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
+Sun Sep 29 18:28:37 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
+==> #include <stdio.h>; printf() is ok
+==> #include <stdio.h>; using namespace std; printf() is ok
+==> #include <cstdio>; printf() is ok (THIS SHOULD FAIL)
+==> #include <cstdio>; std::printf() is ok
+==> #include <cstdio>; using std::printf; printf() is ok
+==> #include <cstdio>; using namespace std; printf() is 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
+Sun Sep 29 18:29:44 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
+==> #include <stdio.h>; printf() is ok
+==> #include <stdio.h>; using namespace std; printf() is ok
+==> #include <cstdio>; printf() is ok (THIS SHOULD FAIL)
+==> #include <cstdio>; std::printf() is ok
+==> #include <cstdio>; using std::printf; printf() is ok
+==> #include <cstdio>; using namespace std; printf() is ok
+# tested with older version of these tests; should rerun
origin.aei.mpg.de
MIPSpro Compilers: Version 7.3.1.2m
Wed Sep 25 20:00:36 CEST 2002