• Home
Name Date Size #Lines LOC

..--

StTerm-order/03-May-2024-13666

Makefile.incD03-May-2024216 74

READMED03-May-2024887 3017

eh.ccD03-May-20241.1 KiB6147

gcc.makD03-May-2024243 138

movable.cppD03-May-2024200 2115

partial_spec.cppD03-May-2024586 3514

ttei1.cppD03-May-2024529 3217

ttei2.cppD03-May-2024428 3217

ttei3.cppD03-May-2024721 4421

ttei4.cppD03-May-2024707 4319

ttei5.cppD03-May-2024721 4421

ttei6.cppD03-May-2024529 3114

ttei7.cppD03-May-2024557 3214

README

11. About this tests
2
3This is tests to check whether compiler understand or not some language
4construction. It is NOT tests for language support libraries, only tests for
5compiler!
6
7The main purposes of this tests is to help for developers to find correct
8workarounds, if compiler don't understand some (correct) language constructions.
9
10--------------------------------------------------------
11
122. Compilation
13
14Compilation with GNU Make utility and gcc compiler:
15
16make -f gcc.mak -k
17
18
19
20--------------------------------------------------------
21
22Notes about tests.
23
24ttei1.cpp, ttei2.cpp, ttei3.cpp, ttei4.cpp, ttei5.cpp:
25
26tests for template-in-the-template explicit specialization.
27Indeed ttei3.cpp, ttei4.cpp, ttei5.cpp suggest syntax not approved by standard
28(14.7.3, paragraphs 16--18), but ttei3.cpp, ttei4.cpp accepted (recheck!) by VC6,
29while ttei5.cpp accepted by gcc before 3.4.0.
30