summaryrefslogtreecommitdiff
path: root/regress/usr.bin/xlint/test-19.c.exp
blob: a75dc00d88552f31ae41696d3d96a4f4f02840f5 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
test-19.c:44: warning: c1() arg #1: converted from 'unsigned char' to 'char'
test-19.c:45: warning: c1() arg #1: converted from 'short' to 'char'
test-19.c:46: warning: c1() arg #1: converted from 'unsigned short' to 'char'
test-19.c:47: warning: c1() arg #1: converted from 'int' to 'char'
test-19.c:48: warning: c1() arg #1: converted from 'unsigned int' to 'char'
test-19.c:49: warning: c1() arg #1: converted from 'long' to 'char'
test-19.c:50: warning: c1() arg #1: converted from 'unsigned long' to 'char'
test-19.c:51: warning: c1() arg #1: converted from 'long long' to 'char'
test-19.c:52: warning: c1() arg #1: converted from 'unsigned long long' to 'char'
test-19.c:57: warning: uc1() arg #1: converted from 'char' to 'unsigned char'
test-19.c:59: warning: uc1() arg #1: converted from 'short' to 'unsigned char'
test-19.c:60: warning: uc1() arg #1: converted from 'unsigned short' to 'unsigned char'
test-19.c:61: warning: uc1() arg #1: converted from 'int' to 'unsigned char'
test-19.c:62: warning: uc1() arg #1: converted from 'unsigned int' to 'unsigned char'
test-19.c:63: warning: uc1() arg #1: converted from 'long' to 'unsigned char'
test-19.c:64: warning: uc1() arg #1: converted from 'unsigned long' to 'unsigned char'
test-19.c:65: warning: uc1() arg #1: converted from 'long long' to 'unsigned char'
test-19.c:66: warning: uc1() arg #1: converted from 'unsigned long long' to 'unsigned char'
test-19.c:74: warning: s1() arg #1: converted from 'unsigned short' to 'short'
test-19.c:75: warning: s1() arg #1: converted from 'int' to 'short'
test-19.c:76: warning: s1() arg #1: converted from 'unsigned int' to 'short'
test-19.c:77: warning: s1() arg #1: converted from 'long' to 'short'
test-19.c:78: warning: s1() arg #1: converted from 'unsigned long' to 'short'
test-19.c:79: warning: s1() arg #1: converted from 'long long' to 'short'
test-19.c:80: warning: s1() arg #1: converted from 'unsigned long long' to 'short'
test-19.c:87: warning: us1() arg #1: converted from 'short' to 'unsigned short'
test-19.c:89: warning: us1() arg #1: converted from 'int' to 'unsigned short'
test-19.c:90: warning: us1() arg #1: converted from 'unsigned int' to 'unsigned short'
test-19.c:91: warning: us1() arg #1: converted from 'long' to 'unsigned short'
test-19.c:92: warning: us1() arg #1: converted from 'unsigned long' to 'unsigned short'
test-19.c:93: warning: us1() arg #1: converted from 'long long' to 'unsigned short'
test-19.c:94: warning: us1() arg #1: converted from 'unsigned long long' to 'unsigned short'
test-19.c:104: warning: i1() arg #1: converted from 'unsigned int' to 'int'
test-19.c:104: warning: i1() arg #1: converted from 'unsigned int' to 'int'
test-19.c:105: warning: i1() arg #1: converted from 'long' to 'int'
test-19.c:105: warning: i1() arg #1: converted from 'long' to 'int'
test-19.c:106: warning: i1() arg #1: converted from 'unsigned long' to 'int'
test-19.c:106: warning: i1() arg #1: converted from 'unsigned long' to 'int'
test-19.c:107: warning: i1() arg #1: converted from 'long long' to 'int'
test-19.c:107: warning: i1() arg #1: converted from 'long long' to 'int'
test-19.c:108: warning: i1() arg #1: converted from 'unsigned long long' to 'int'
test-19.c:108: warning: i1() arg #1: converted from 'unsigned long long' to 'int'
test-19.c:109: warning: i1() arg #1: converted from 'float' to 'int'
test-19.c:110: warning: i1() arg #1: converted from 'double' to 'int'
test-19.c:111: warning: i1() arg #1: converted from 'long double' to 'int'
test-19.c:113: warning: ui1() arg #1: converted from 'char' to 'unsigned int'
test-19.c:114: warning: ui1() arg #1: converted from 'unsigned char' to 'unsigned int'
test-19.c:115: warning: ui1() arg #1: converted from 'short' to 'unsigned int'
test-19.c:116: warning: ui1() arg #1: converted from 'unsigned short' to 'unsigned int'
test-19.c:117: warning: ui1() arg #1: converted from 'int' to 'unsigned int'
test-19.c:117: warning: ui1() arg #1: converted from 'int' to 'unsigned int'
test-19.c:119: warning: ui1() arg #1: converted from 'long' to 'unsigned int'
test-19.c:119: warning: ui1() arg #1: converted from 'long' to 'unsigned int'
test-19.c:120: warning: ui1() arg #1: converted from 'unsigned long' to 'unsigned int'
test-19.c:120: warning: ui1() arg #1: converted from 'unsigned long' to 'unsigned int'
test-19.c:121: warning: ui1() arg #1: converted from 'long long' to 'unsigned int'
test-19.c:121: warning: ui1() arg #1: converted from 'long long' to 'unsigned int'
test-19.c:122: warning: ui1() arg #1: converted from 'unsigned long long' to 'unsigned int'
test-19.c:122: warning: ui1() arg #1: converted from 'unsigned long long' to 'unsigned int'
test-19.c:123: warning: ui1() arg #1: converted from 'float' to 'unsigned int'
test-19.c:124: warning: ui1() arg #1: converted from 'double' to 'unsigned int'
test-19.c:125: warning: ui1() arg #1: converted from 'long double' to 'unsigned int'
test-19.c:127: warning: f1() arg #1: converted from 'char' to 'float'
test-19.c:128: warning: f1() arg #1: converted from 'unsigned char' to 'float'
test-19.c:129: warning: f1() arg #1: converted from 'short' to 'float'
test-19.c:130: warning: f1() arg #1: converted from 'unsigned short' to 'float'
test-19.c:131: warning: f1() arg #1: converted from 'int' to 'float'
test-19.c:132: warning: f1() arg #1: converted from 'unsigned int' to 'float'
test-19.c:133: warning: f1() arg #1: converted from 'long' to 'float'
test-19.c:134: warning: f1() arg #1: converted from 'unsigned long' to 'float'
test-19.c:135: warning: f1() arg #1: converted from 'long long' to 'float'
test-19.c:136: warning: f1() arg #1: converted from 'unsigned long long' to 'float'
test-19.c:138: warning: f1() arg #1: converted from 'double' to 'float'
test-19.c:139: warning: f1() arg #1: converted from 'long double' to 'float'
test-19.c:141: warning: l1() arg #1: converted from 'char' to 'long'
test-19.c:142: warning: l1() arg #1: converted from 'unsigned char' to 'long'
test-19.c:143: warning: l1() arg #1: converted from 'short' to 'long'
test-19.c:144: warning: l1() arg #1: converted from 'unsigned short' to 'long'
test-19.c:145: warning: l1() arg #1: converted from 'int' to 'long'
test-19.c:146: warning: l1() arg #1: converted from 'unsigned int' to 'long'
test-19.c:148: warning: l1() arg #1: converted from 'unsigned long' to 'long'
test-19.c:148: warning: l1() arg #1: converted from 'unsigned long' to 'long'
test-19.c:149: warning: l1() arg #1: converted from 'long long' to 'long'
test-19.c:149: warning: l1() arg #1: converted from 'long long' to 'long'
test-19.c:150: warning: l1() arg #1: converted from 'unsigned long long' to 'long'
test-19.c:150: warning: l1() arg #1: converted from 'unsigned long long' to 'long'
test-19.c:151: warning: l1() arg #1: converted from 'float' to 'long'
test-19.c:152: warning: l1() arg #1: converted from 'double' to 'long'
test-19.c:153: warning: l1() arg #1: converted from 'long double' to 'long'
test-19.c:155: warning: ul1() arg #1: converted from 'char' to 'unsigned long'
test-19.c:156: warning: ul1() arg #1: converted from 'unsigned char' to 'unsigned long'
test-19.c:157: warning: ul1() arg #1: converted from 'short' to 'unsigned long'
test-19.c:158: warning: ul1() arg #1: converted from 'unsigned short' to 'unsigned long'
test-19.c:159: warning: ul1() arg #1: converted from 'int' to 'unsigned long'
test-19.c:160: warning: ul1() arg #1: converted from 'unsigned int' to 'unsigned long'
test-19.c:161: warning: ul1() arg #1: converted from 'long' to 'unsigned long'
test-19.c:161: warning: ul1() arg #1: converted from 'long' to 'unsigned long'
test-19.c:163: warning: ul1() arg #1: converted from 'long long' to 'unsigned long'
test-19.c:163: warning: ul1() arg #1: converted from 'long long' to 'unsigned long'
test-19.c:164: warning: ul1() arg #1: converted from 'unsigned long long' to 'unsigned long'
test-19.c:164: warning: ul1() arg #1: converted from 'unsigned long long' to 'unsigned long'
test-19.c:165: warning: ul1() arg #1: converted from 'float' to 'unsigned long'
test-19.c:166: warning: ul1() arg #1: converted from 'double' to 'unsigned long'
test-19.c:167: warning: ul1() arg #1: converted from 'long double' to 'unsigned long'
test-19.c:169: warning: d1() arg #1: converted from 'char' to 'double'
test-19.c:170: warning: d1() arg #1: converted from 'unsigned char' to 'double'
test-19.c:171: warning: d1() arg #1: converted from 'short' to 'double'
test-19.c:172: warning: d1() arg #1: converted from 'unsigned short' to 'double'
test-19.c:173: warning: d1() arg #1: converted from 'int' to 'double'
test-19.c:174: warning: d1() arg #1: converted from 'unsigned int' to 'double'
test-19.c:175: warning: d1() arg #1: converted from 'long' to 'double'
test-19.c:176: warning: d1() arg #1: converted from 'unsigned long' to 'double'
test-19.c:177: warning: d1() arg #1: converted from 'long long' to 'double'
test-19.c:178: warning: d1() arg #1: converted from 'unsigned long long' to 'double'
test-19.c:181: warning: d1() arg #1: converted from 'long double' to 'double'
test-19.c:183: warning: ll1() arg #1: converted from 'char' to 'long long'
test-19.c:184: warning: ll1() arg #1: converted from 'unsigned char' to 'long long'
test-19.c:185: warning: ll1() arg #1: converted from 'short' to 'long long'
test-19.c:186: warning: ll1() arg #1: converted from 'unsigned short' to 'long long'
test-19.c:187: warning: ll1() arg #1: converted from 'int' to 'long long'
test-19.c:188: warning: ll1() arg #1: converted from 'unsigned int' to 'long long'
test-19.c:189: warning: ll1() arg #1: converted from 'long' to 'long long'
test-19.c:190: warning: ll1() arg #1: converted from 'unsigned long' to 'long long'
test-19.c:192: warning: ll1() arg #1: converted from 'unsigned long long' to 'long long'
test-19.c:192: warning: ll1() arg #1: converted from 'unsigned long long' to 'long long'
test-19.c:193: warning: ll1() arg #1: converted from 'float' to 'long long'
test-19.c:194: warning: ll1() arg #1: converted from 'double' to 'long long'
test-19.c:195: warning: ll1() arg #1: converted from 'long double' to 'long long'
test-19.c:197: warning: ull1() arg #1: converted from 'char' to 'unsigned long long'
test-19.c:198: warning: ull1() arg #1: converted from 'unsigned char' to 'unsigned long long'
test-19.c:199: warning: ull1() arg #1: converted from 'short' to 'unsigned long long'
test-19.c:200: warning: ull1() arg #1: converted from 'unsigned short' to 'unsigned long long'
test-19.c:201: warning: ull1() arg #1: converted from 'int' to 'unsigned long long'
test-19.c:202: warning: ull1() arg #1: converted from 'unsigned int' to 'unsigned long long'
test-19.c:203: warning: ull1() arg #1: converted from 'long' to 'unsigned long long'
test-19.c:204: warning: ull1() arg #1: converted from 'unsigned long' to 'unsigned long long'
test-19.c:205: warning: ull1() arg #1: converted from 'long long' to 'unsigned long long'
test-19.c:205: warning: ull1() arg #1: converted from 'long long' to 'unsigned long long'
test-19.c:207: warning: ull1() arg #1: converted from 'float' to 'unsigned long long'
test-19.c:208: warning: ull1() arg #1: converted from 'double' to 'unsigned long long'
test-19.c:209: warning: ull1() arg #1: converted from 'long double' to 'unsigned long long'
test-19.c:211: warning: ld1() arg #1: converted from 'char' to 'long double'
test-19.c:212: warning: ld1() arg #1: converted from 'unsigned char' to 'long double'
test-19.c:213: warning: ld1() arg #1: converted from 'short' to 'long double'
test-19.c:214: warning: ld1() arg #1: converted from 'unsigned short' to 'long double'
test-19.c:215: warning: ld1() arg #1: converted from 'int' to 'long double'
test-19.c:216: warning: ld1() arg #1: converted from 'unsigned int' to 'long double'
test-19.c:217: warning: ld1() arg #1: converted from 'long' to 'long double'
test-19.c:218: warning: ld1() arg #1: converted from 'unsigned long' to 'long double'
test-19.c:219: warning: ld1() arg #1: converted from 'long long' to 'long double'
test-19.c:220: warning: ld1() arg #1: converted from 'unsigned long long' to 'long double'
test-19.c:221: warning: ld1() arg #1: converted from 'float' to 'long double'
test-19.c:222: warning: ld1() arg #1: converted from 'double' to 'long double'
test-19.c:230: warning: uc1() arg #1: conversion of negative constant to unsigned type
test-19.c:238: warning: us1() arg #1: conversion of negative constant to unsigned type
test-19.c:246: warning: ui1() arg #1: conversion of negative constant to unsigned type
test-19.c:258: warning: ul1() arg #1: conversion of negative constant to unsigned type
test-19.c:270: warning: ull1() arg #1: conversion of negative constant to unsigned type
test-19.c:283: warning: uc1() arg #1: conversion of negative constant to unsigned type
test-19.c:291: warning: us1() arg #1: conversion of negative constant to unsigned type
test-19.c:299: warning: ui1() arg #1: conversion of negative constant to unsigned type
test-19.c:311: warning: ul1() arg #1: conversion of negative constant to unsigned type
test-19.c:323: warning: ull1() arg #1: conversion of negative constant to unsigned type
test-19.c:336: warning: uc1() arg #1: conversion of 'float' to 'unsigned char' is out of range
test-19.c:344: warning: us1() arg #1: conversion of 'float' to 'unsigned short' is out of range
test-19.c:352: warning: ui1() arg #1: conversion of 'float' to 'unsigned int' is out of range
test-19.c:364: warning: ul1() arg #1: conversion of 'float' to 'unsigned long' is out of range
test-19.c:376: warning: ull1() arg #1: conversion of 'float' to 'unsigned long long' is out of range
test-19.c:389: warning: uc1() arg #1: conversion of 'double' to 'unsigned char' is out of range
test-19.c:397: warning: us1() arg #1: conversion of 'double' to 'unsigned short' is out of range
test-19.c:405: warning: ui1() arg #1: conversion of 'double' to 'unsigned int' is out of range
test-19.c:417: warning: ul1() arg #1: conversion of 'double' to 'unsigned long' is out of range
test-19.c:429: warning: ull1() arg #1: conversion of 'double' to 'unsigned long long' is out of range
test-19.c:442: warning: uc1() arg #1: conversion of 'long double' to 'unsigned char' is out of range
test-19.c:450: warning: us1() arg #1: conversion of 'long double' to 'unsigned short' is out of range
test-19.c:458: warning: ui1() arg #1: conversion of 'long double' to 'unsigned int' is out of range
test-19.c:470: warning: ul1() arg #1: conversion of 'long double' to 'unsigned long' is out of range
test-19.c:482: warning: ull1() arg #1: conversion of 'long double' to 'unsigned long long' is out of range
test-19.c:490: warning: ul1() arg #1: converted from 'int' to 'unsigned long'
Lint pass2: