summaryrefslogtreecommitdiff
path: root/regress/usr.bin/xlint/test-19.c.exp
blob: d54afc70dc06a345c70378f228c032743bd04c09 (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
test-19.c:44: warning: c1() arg #1: converted from 'unsigned char' to 'signed char'
test-19.c:45: warning: c1() arg #1: converted from 'short' to 'signed char'
test-19.c:46: warning: c1() arg #1: converted from 'unsigned short' to 'signed char'
test-19.c:47: warning: c1() arg #1: converted from 'int' to 'signed char'
test-19.c:48: warning: c1() arg #1: converted from 'unsigned int' to 'signed char'
test-19.c:49: warning: c1() arg #1: converted from 'long' to 'signed char'
test-19.c:50: warning: c1() arg #1: converted from 'unsigned long' to 'signed char'
test-19.c:51: warning: c1() arg #1: converted from 'long long' to 'signed char'
test-19.c:52: warning: c1() arg #1: converted from 'unsigned long long' to 'signed char'
test-19.c:53: warning: c1() arg #1: converted from 'float' to 'signed char'
test-19.c:54: warning: c1() arg #1: converted from 'double' to 'signed char'
test-19.c:55: warning: c1() arg #1: converted from 'long double' to 'signed char'
test-19.c:57: warning: uc1() arg #1: converted from 'signed 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:67: warning: uc1() arg #1: converted from 'float' to 'unsigned char'
test-19.c:68: warning: uc1() arg #1: converted from 'double' to 'unsigned char'
test-19.c:69: warning: uc1() arg #1: converted from 'long double' 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:81: warning: s1() arg #1: converted from 'float' to 'short'
test-19.c:82: warning: s1() arg #1: converted from 'double' to 'short'
test-19.c:83: warning: s1() arg #1: converted from 'long double' to 'short'
test-19.c:85: warning: us1() arg #1: converted from 'signed char' to 'unsigned 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:95: warning: us1() arg #1: converted from 'float' to 'unsigned short'
test-19.c:96: warning: us1() arg #1: converted from 'double' to 'unsigned short'
test-19.c:97: warning: us1() arg #1: converted from 'long double' to 'unsigned short'
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: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: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 'signed char' to 'unsigned int'
test-19.c:115: warning: ui1() arg #1: converted from 'short' 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: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: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: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: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 'signed char' to 'unsigned long'
test-19.c:157: warning: ul1() arg #1: converted from 'short' to 'unsigned long'
test-19.c:159: warning: ul1() arg #1: converted from 'int' 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: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: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 'signed char' to 'unsigned long long'
test-19.c:199: warning: ull1() arg #1: converted from 'short' to 'unsigned long long'
test-19.c:201: warning: ull1() arg #1: converted from 'int' to 'unsigned long long'
test-19.c:203: warning: ull1() arg #1: converted from '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: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: