aboutsummaryrefslogtreecommitdiff
path: root/src/cctest
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-10 16:14:45 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-10 16:14:45 +0000
commit21f42260bf847f3977105da4232db1a5155e5a0b (patch)
tree60071c30e0b432e3f76b88e143b00f00df513807 /src/cctest
parent3e3d14adac9b72e68817526cfedf645e1f25d552 (diff)
add Peter's latest Hitachi results (leaving out -64 makes no
difference on stdio namespace test, but difference on vector test) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@822 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/cctest')
-rw-r--r--src/cctest/namespace/status1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cctest/namespace/status b/src/cctest/namespace/status
index 4f80ea5..19e0bc4 100644
--- a/src/cctest/namespace/status
+++ b/src/cctest/namespace/status
@@ -75,6 +75,7 @@ all others fail
Hitachi using sCC (native)
options: -64 -stl -O3 -pvec -predicate -model=F1
+also identical leaving out -64 (compare with ../vector/ results!)
==> #include <stdio.h>; printf() is ok
==> #include <stdio.h>; using namespace std; printf() is ok
==> #include <cstdio>; printf() is ok (THIS SHOULD FAIL)