reactos/lib/3rdparty/stlport/test/compiler
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00
..
StTerm-order Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
eh.cc Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
gcc.mak Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
Makefile.inc Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
movable.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
partial_spec.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
README Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei1.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei2.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei3.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei4.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei5.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei6.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
ttei7.cpp Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00

1. About this tests

This is tests to check whether compiler understand or not some language
construction. It is NOT tests for language support libraries, only tests for
compiler!

The main purposes of this tests is to help for developers to find correct
workarounds, if compiler don't understand some (correct) language constructions.

--------------------------------------------------------

2. Compilation

Compilation with GNU Make utility and gcc compiler:

make -f gcc.mak -k



--------------------------------------------------------

Notes about tests.

ttei1.cpp, ttei2.cpp, ttei3.cpp, ttei4.cpp, ttei5.cpp:

tests for template-in-the-template explicit specialization.
Indeed ttei3.cpp, ttei4.cpp, ttei5.cpp suggest syntax not approved by standard
(14.7.3, paragraphs 16--18), but ttei3.cpp, ttei4.cpp accepted (recheck!) by VC6,
while ttei5.cpp accepted by gcc before 3.4.0.