Skip to content

Commit 7e79310

Browse files
committed
Code for release 6.50
1 parent 9d9bdac commit 7e79310

File tree

133 files changed

+5289
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+5289
-309
lines changed

Makefile

-1
This file was deleted.

Output/makefile

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# @(#)$Id: makefile,v 1.4 2016/06/13 04:06:50 jleffler Exp $
2+
#
3+
# Makefile for SCC test output directory
4+
5+
RM_F = rm -f
6+
7+
FILES = \
8+
scc-bogus.binary-c++11.1 \
9+
scc-bogus.binary-c++11.2 \
10+
scc-bogus.binary-c++14.1 \
11+
scc-bogus.binary-c++14.2 \
12+
scc-bogus.binary-c++17.1 \
13+
scc-bogus.binary-c++17.2 \
14+
scc-bogus.binary-c.1 \
15+
scc-bogus.binary-c.2 \
16+
scc-bogus.ucns-c++11.1 \
17+
scc-bogus.ucns-c++11.2 \
18+
scc-bogus.ucns-c++14.1 \
19+
scc-bogus.ucns-c++14.2 \
20+
scc-bogus.ucns-c++17.1 \
21+
scc-bogus.ucns-c++17.2 \
22+
scc-bogus.ucns-c++98.1 \
23+
scc-bogus.ucns-c++98.2 \
24+
scc-bogus.ucns-c11.1 \
25+
scc-bogus.ucns-c11.2 \
26+
scc-bogus.ucns-c90.1 \
27+
scc-bogus.ucns-c90.2 \
28+
scc-bogus.ucns-c99.1 \
29+
scc-bogus.ucns-c99.2 \
30+
scc-test.binary-c++11.1 \
31+
scc-test.binary-c++11.2 \
32+
scc-test.binary-c++14.1 \
33+
scc-test.binary-c++14.2 \
34+
scc-test.binary-c++17.1 \
35+
scc-test.binary-c++17.2 \
36+
scc-test.binary-c.1 \
37+
scc-test.binary-c.2 \
38+
scc-test.example2-c++98-c-n.1 \
39+
scc-test.example2-c++98-c-n.2 \
40+
scc-test.example2-c++98-c.1 \
41+
scc-test.example2-c++98-c.2 \
42+
scc-test.example2-c++98-n.1 \
43+
scc-test.example2-c++98-n.2 \
44+
scc-test.example2-c++98.1 \
45+
scc-test.example2-c++98.2 \
46+
scc-test.example2-c90-c-n.1 \
47+
scc-test.example2-c90-c-n.2 \
48+
scc-test.example2-c90-c.1 \
49+
scc-test.example2-c90-c.2 \
50+
scc-test.example2-c90-n.1 \
51+
scc-test.example2-c90-n.2 \
52+
scc-test.example2-c90.1 \
53+
scc-test.example2-c90.2 \
54+
scc-test.example2-c99-c-n.1 \
55+
scc-test.example2-c99-c-n.2 \
56+
scc-test.example2-c99-c.1 \
57+
scc-test.example2-c99-c.2 \
58+
scc-test.example2-c99-n.1 \
59+
scc-test.example2-c99-n.2 \
60+
scc-test.example2-c99.1 \
61+
scc-test.example2-c99.2 \
62+
scc-test.example3-c++11.1 \
63+
scc-test.example3-c++11.2 \
64+
scc-test.example3-c++14.1 \
65+
scc-test.example3-c++14.2 \
66+
scc-test.example3-c++17.1 \
67+
scc-test.example3-c++17.2 \
68+
scc-test.example3-c++98.1 \
69+
scc-test.example3-c++98.2 \
70+
scc-test.example3-c11.1 \
71+
scc-test.example3-c11.2 \
72+
scc-test.example3-c90.1 \
73+
scc-test.example3-c90.2 \
74+
scc-test.example3-c99.1 \
75+
scc-test.example3-c99.2 \
76+
scc-test.numpunct-c++11.1 \
77+
scc-test.numpunct-c++11.2 \
78+
scc-test.numpunct-c++14.1 \
79+
scc-test.numpunct-c++14.2 \
80+
scc-test.numpunct-c++17.1 \
81+
scc-test.numpunct-c++17.2 \
82+
scc-test.numpunct-c.1 \
83+
scc-test.numpunct-c.2 \
84+
scc-test.rawstring-c++11.1 \
85+
scc-test.rawstring-c++11.2 \
86+
scc-test.rawstring-c++14.1 \
87+
scc-test.rawstring-c++14.2 \
88+
scc-test.rawstring-c++17.1 \
89+
scc-test.rawstring-c++17.2 \
90+
scc-test.rawstring-c11.1 \
91+
scc-test.rawstring-c11.2 \
92+
scc-test.ucns-c++11.1 \
93+
scc-test.ucns-c++11.2 \
94+
scc-test.ucns-c++14.1 \
95+
scc-test.ucns-c++14.2 \
96+
scc-test.ucns-c++17.1 \
97+
scc-test.ucns-c++17.2 \
98+
scc-test.ucns-c++98.1 \
99+
scc-test.ucns-c++98.2 \
100+
scc-test.ucns-c11.1 \
101+
scc-test.ucns-c11.2 \
102+
scc-test.ucns-c90.1 \
103+
scc-test.ucns-c90.2 \
104+
scc-test.ucns-c99.1 \
105+
scc-test.ucns-c99.2 \
106+
107+
all: ${FILES}
108+
109+
clean:
110+
${RM_F} ${FILES}

Output/scc-bogus.binary-c++11.1

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
int i = 0b'0100;
12+
int j = 0b0100';
13+
int k = 0b2;
14+
int l = 0b1'20'0101'1111'0000;
15+
int m = 0b1'02;
16+
int n = 0B10''11;

Output/scc-bogus.binary-c++11.2

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
scc: scc-bogus.binary.cpp:11: Binary literal feature used but not supported in C++11
2+
scc: scc-bogus.binary.cpp:11: Numeric punctuation feature used but not supported in C++11
3+
scc: scc-bogus.binary.cpp:11: Single quote in numeric context not preceded by a valid digit
4+
scc: scc-bogus.binary.cpp:12: Binary literal feature used but not supported in C++11
5+
scc: scc-bogus.binary.cpp:12: Numeric punctuation feature used but not supported in C++11
6+
scc: scc-bogus.binary.cpp:12: Single quote in numeric context not followed by a valid digit
7+
scc: scc-bogus.binary.cpp:13: Binary literal feature used but not supported in C++11
8+
scc: scc-bogus.binary.cpp:13: Non-binary digit 2 in binary constant
9+
scc: scc-bogus.binary.cpp:14: Binary literal feature used but not supported in C++11
10+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C++11
11+
scc: scc-bogus.binary.cpp:14: Single quote in numeric context not followed by a valid digit
12+
scc: scc-bogus.binary.cpp:14: Non-binary digit 2 in binary constant
13+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C++11
14+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C++11
15+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C++11
16+
scc: scc-bogus.binary.cpp:15: Binary literal feature used but not supported in C++11
17+
scc: scc-bogus.binary.cpp:15: Numeric punctuation feature used but not supported in C++11
18+
scc: scc-bogus.binary.cpp:15: Non-binary digit 2 in binary constant
19+
scc: scc-bogus.binary.cpp:16: Binary literal feature used but not supported in C++11
20+
scc: scc-bogus.binary.cpp:16: Numeric punctuation feature used but not supported in C++11
21+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not followed by a valid digit
22+
scc: scc-bogus.binary.cpp:16: Numeric punctuation feature used but not supported in C++11
23+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not preceded by a valid digit

Output/scc-bogus.binary-c++14.1

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
int i = 0b'0100;
12+
int j = 0b0100';
13+
int k = 0b2;
14+
int l = 0b1'20'0101'1111'0000;
15+
int m = 0b1'02;
16+
int n = 0B10''11;

Output/scc-bogus.binary-c++14.2

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
scc: scc-bogus.binary.cpp:11: Single quote in numeric context not preceded by a valid digit
2+
scc: scc-bogus.binary.cpp:12: Single quote in numeric context not followed by a valid digit
3+
scc: scc-bogus.binary.cpp:13: Non-binary digit 2 in binary constant
4+
scc: scc-bogus.binary.cpp:14: Single quote in numeric context not followed by a valid digit
5+
scc: scc-bogus.binary.cpp:14: Non-binary digit 2 in binary constant
6+
scc: scc-bogus.binary.cpp:15: Non-binary digit 2 in binary constant
7+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not followed by a valid digit
8+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not preceded by a valid digit

Output/scc-bogus.binary-c++17.1

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
int i = 0b'0100;
12+
int j = 0b0100';
13+
int k = 0b2;
14+
int l = 0b1'20'0101'1111'0000;
15+
int m = 0b1'02;
16+
int n = 0B10''11;

Output/scc-bogus.binary-c++17.2

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
scc: scc-bogus.binary.cpp:11: Single quote in numeric context not preceded by a valid digit
2+
scc: scc-bogus.binary.cpp:12: Single quote in numeric context not followed by a valid digit
3+
scc: scc-bogus.binary.cpp:13: Non-binary digit 2 in binary constant
4+
scc: scc-bogus.binary.cpp:14: Single quote in numeric context not followed by a valid digit
5+
scc: scc-bogus.binary.cpp:14: Non-binary digit 2 in binary constant
6+
scc: scc-bogus.binary.cpp:15: Non-binary digit 2 in binary constant
7+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not followed by a valid digit
8+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not preceded by a valid digit

Output/scc-bogus.binary-c.1

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
int i = 0b'0100;
12+
int j = 0b0100';
13+
int k = 0b2;
14+
int l = 0b1'20'0101'1111'0000;
15+
int m = 0b1'02;
16+
int n = 0B10''11;

Output/scc-bogus.binary-c.2

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
scc: scc-bogus.binary.cpp:11: Binary literal feature used but not supported in C
2+
scc: scc-bogus.binary.cpp:11: Numeric punctuation feature used but not supported in C
3+
scc: scc-bogus.binary.cpp:11: Single quote in numeric context not preceded by a valid digit
4+
scc: scc-bogus.binary.cpp:12: Binary literal feature used but not supported in C
5+
scc: scc-bogus.binary.cpp:12: Numeric punctuation feature used but not supported in C
6+
scc: scc-bogus.binary.cpp:12: Single quote in numeric context not followed by a valid digit
7+
scc: scc-bogus.binary.cpp:13: Binary literal feature used but not supported in C
8+
scc: scc-bogus.binary.cpp:13: Non-binary digit 2 in binary constant
9+
scc: scc-bogus.binary.cpp:14: Binary literal feature used but not supported in C
10+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C
11+
scc: scc-bogus.binary.cpp:14: Single quote in numeric context not followed by a valid digit
12+
scc: scc-bogus.binary.cpp:14: Non-binary digit 2 in binary constant
13+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C
14+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C
15+
scc: scc-bogus.binary.cpp:14: Numeric punctuation feature used but not supported in C
16+
scc: scc-bogus.binary.cpp:15: Binary literal feature used but not supported in C
17+
scc: scc-bogus.binary.cpp:15: Numeric punctuation feature used but not supported in C
18+
scc: scc-bogus.binary.cpp:15: Non-binary digit 2 in binary constant
19+
scc: scc-bogus.binary.cpp:16: Binary literal feature used but not supported in C
20+
scc: scc-bogus.binary.cpp:16: Numeric punctuation feature used but not supported in C
21+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not followed by a valid digit
22+
scc: scc-bogus.binary.cpp:16: Numeric punctuation feature used but not supported in C
23+
scc: scc-bogus.binary.cpp:16: Single quote in numeric context not preceded by a valid digit

Output/scc-bogus.ucns-c++11.1

+105
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
extern int id\u0xyz;
16+
extern int id\u01xyz;
17+
extern int id\u012xyz;
18+
extern int id\u0123xyz;
19+
extern int \U000AFFF0;
20+
extern int \U000AFFFxyz;
21+
extern int \U000AFFxyz;
22+
extern int \U000AFxyz;
23+
extern int \U000Axyz;
24+
extern int \U000xyz;
25+
extern int \U0Fxyz;
26+
extern int \U0xyz;
27+
28+
29+
30+
extern char bogus_ucns[];
31+
char bogus_ucns[] =
32+
"\u0000"
33+
"\u0023"
34+
"\u0025"
35+
"\u003F"
36+
"\u0041"
37+
"\u005F"
38+
"\u0061"
39+
"\uD800"
40+
"\uDFFF"
41+
"\uE000"
42+
"\uF8FF"
43+
"\U000F0000"
44+
"\U00100000"
45+
"\U0010FFFF"
46+
"\U00110000"
47+
"\u007F"
48+
"\u0080"
49+
"\u009F"
50+
51+
52+
53+
"\U0001FFFE"
54+
"\U0001FFFF"
55+
"\U0002FFFE"
56+
"\U0002FFFF"
57+
"\U0003FFFE"
58+
"\U0003FFFF"
59+
"\U0004FFFE"
60+
"\U0004FFFF"
61+
"\U0005FFFE"
62+
"\U0005FFFF"
63+
"\U0006FFFE"
64+
"\U0006FFFF"
65+
"\U0007FFFE"
66+
"\U0007FFFF"
67+
"\U0008FFFE"
68+
"\U0008FFFF"
69+
"\U0009FFFE"
70+
"\U0009FFFF"
71+
"\U000AFFFE"
72+
"\U000AFFFF"
73+
"\U000BFFFE"
74+
"\U000BFFFF"
75+
"\U000CFFFE"
76+
"\U000CFFFF"
77+
"\U000DFFFE"
78+
"\U000DFFFF"
79+
"\U000EFFFE"
80+
"\U000EFFFF"
81+
;
82+
83+
84+
extern char valid_ucns[];
85+
char valid_ucns[] =
86+
87+
"\u0024 ($), \u0040 (@), or \u0060 (`)"
88+
89+
"\u00A8, \u00AA, \u00AD, \u00AF, \u00B2−\u00B5, \u00B7−\u00BA, \u00BC−\u00BE, \u00C0−\u00D6,"
90+
"\u00D8−\u00F6, \u00F8−\u00FF"
91+
"\u0100−\u167F, \u1681−\u180D, \u180F−\u1FFF"
92+
"\u200B−\u200D, \u202A−\u202E, \u203F−\u2040, \u2054, \u2060−\u206F"
93+
"\u2070−\u218F, \u2460−\u24FF, \u2776−\u2793, \u2C00−\u2DFF, \u2E80−\u2FFF"
94+
"\u3004−\u3007, \u3021−\u302F, \u3031−\u303F"
95+
"\u3040−\uD7FF"
96+
"\uF900−\uFD3D, \uFD40−\uFDCF, \uFDF0−\uFE44, \uFE47−\uFFFD"
97+
98+
"\U00010000−\U0001FFFD, \U00020000−\U0002FFFD, "
99+
"\U00030000−\U0003FFFD, \U00040000−\U0004FFFD, "
100+
"\U00050000−\U0005FFFD, \U00060000−\U0006FFFD, "
101+
"\U00070000−\U0007FFFD, \U00080000−\U0008FFFD, "
102+
"\U00090000−\U0009FFFD, \U000A0000−\U000AFFFD, "
103+
"\U000B0000−\U000BFFFD, \U000C0000−\U000CFFFD, "
104+
"\U000D0000−\U000DFFFD, \U000E0000−\U000EFFFD"
105+
;

Output/scc-bogus.ucns-c++11.2

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
scc: scc-bogus.ucns.c:15: Invalid UCN \u0x detected
2+
scc: scc-bogus.ucns.c:16: Invalid UCN \u01x detected
3+
scc: scc-bogus.ucns.c:17: Invalid UCN \u012x detected
4+
scc: scc-bogus.ucns.c:20: Invalid UCN \U000AFFFx detected
5+
scc: scc-bogus.ucns.c:21: Invalid UCN \U000AFFx detected
6+
scc: scc-bogus.ucns.c:22: Invalid UCN \U000AFx detected
7+
scc: scc-bogus.ucns.c:23: Invalid UCN \U000Ax detected
8+
scc: scc-bogus.ucns.c:24: Invalid UCN \U000x detected
9+
scc: scc-bogus.ucns.c:25: Invalid UCN \U0Fx detected
10+
scc: scc-bogus.ucns.c:26: Invalid UCN \U0x detected

0 commit comments

Comments
 (0)