aboutsummaryrefslogtreecommitdiff
path: root/src/cctest/namespace.status
blob: 8b35affd2917d748c30f5419388973c6f1a0f032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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