Changes in / [ea1c97b:37477ef]
- Location:
- tests
- Files:
-
- 9 edited
-
.expect/KRfunctions.nast.arm64.txt (modified) (1 diff)
-
.expect/declarationSpecifier.arm64.txt (modified) (1 diff)
-
.expect/extension.arm64.txt (modified) (1 diff)
-
.expect/gccExtensions.arm64.txt (modified) (1 diff)
-
.expect/math.nast.arm64.txt (modified) (1 diff)
-
errors/.expect/completeType.nast.arm64.txt (modified) (10 diffs)
-
io/.expect/manipulatorsOutput1.arm64.txt (modified) (1 diff)
-
io/.expect/manipulatorsOutput2.arm64.txt (modified) (2 diffs)
-
meta/.expect/archVast.nast.arm64.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/KRfunctions.nast.arm64.txt
rea1c97b r37477ef 104 104 signed int _X1bi_2; 105 105 { 106 signed int *(*_tmp_cp_ret 6)(signed int __param_0, signed int __param_1);107 ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret 6=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret6)));106 signed int *(*_tmp_cp_ret4)(signed int __param_0, signed int __param_1); 107 ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret4=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret4))); 108 108 } 109 109 -
tests/.expect/declarationSpecifier.arm64.txt
rea1c97b r37477ef 1147 1147 1148 1148 { 1149 signed int _tmp_cp_ret 6;1150 ((void)(_X12_retval_maini_1=(((void)(_tmp_cp_ret 6=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret6)) /* ?{} */);1149 signed int _tmp_cp_ret4; 1150 ((void)(_X12_retval_maini_1=(((void)(_tmp_cp_ret4=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret4)) /* ?{} */); 1151 1151 } 1152 1152 -
tests/.expect/extension.arm64.txt
rea1c97b r37477ef 457 457 458 458 { 459 signed int _tmp_cp_ret 6;460 ((void)(((void)(_tmp_cp_ret 6=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret6));459 signed int _tmp_cp_ret4; 460 ((void)(((void)(_tmp_cp_ret4=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret4)); 461 461 } 462 462 -
tests/.expect/gccExtensions.arm64.txt
rea1c97b r37477ef 339 339 340 340 { 341 signed int _tmp_cp_ret 6;342 ((void)(_X12_retval_maini_1=(((void)(_tmp_cp_ret 6=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret6)) /* ?{} */);341 signed int _tmp_cp_ret4; 342 ((void)(_X12_retval_maini_1=(((void)(_tmp_cp_ret4=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret4)) /* ?{} */); 343 343 } 344 344 -
tests/.expect/math.nast.arm64.txt
rea1c97b r37477ef 17 17 4 16 18 18 log:0. 0. 0. 0.346574+0.785398i 0.346573590279973+0.785398163397448i 0.346573590279972654708616060729088+0.785398163397448309615660845819876i 19 log2:10 17 2320 log2:10 17 2321 log2:10 17 2322 log2:10. 17. 23.23 19 log2:3. 3. 3. 24 20 log10:2. 2. 2. -
tests/errors/.expect/completeType.nast.arm64.txt
rea1c97b r37477ef 12 12 Application of 13 13 Variable Expression: *?: forall 14 instance of type DT (not function type)14 DT: data type 15 15 function 16 16 ... with parameters … … 21 21 ... with resolved type: 22 22 pointer to forall 23 instance of type [unbound] (not function type) 23 [unbound]:data type 24 function 25 ... with parameters 26 pointer to instance of type [unbound] (not function type) 27 ... returning 28 reference to instance of type [unbound] (not function type) 29 30 ... to arguments 31 Variable Expression: x: pointer to instance of struct B with body 32 ... with resolved type: 33 pointer to instance of struct B with body 34 35 ... with resolved type: 36 reference to instance of struct B with body 37 ... to: nothing 38 ... with resolved type: 39 void 40 (types: 41 void 42 ) 43 Environment:([unbound]) -> instance of struct B with body (no widening) 44 45 46 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of: 47 Application of 48 Variable Expression: *?: forall 49 DT: data type 50 function 51 ... with parameters 52 pointer to instance of type DT (not function type) 53 ... returning 54 reference to instance of type DT (not function type) 55 56 ... with resolved type: 57 pointer to forall 58 [unbound]:data type 24 59 function 25 60 ... with parameters … … 41 76 void 42 77 ) 43 Environment:([unbound]DT) -> instance of struct A without body (no widening) 44 45 46 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of: 47 Application of 48 Variable Expression: *?: forall 49 instance of type DT (not function type) 50 function 51 ... with parameters 52 pointer to instance of type DT (not function type) 53 ... returning 54 reference to instance of type DT (not function type) 55 56 ... with resolved type: 57 pointer to forall 58 instance of type [unbound] (not function type) 59 function 60 ... with parameters 61 pointer to instance of type [unbound] (not function type) 62 ... returning 63 reference to instance of type [unbound] (not function type) 64 65 ... to arguments 66 Variable Expression: x: pointer to instance of struct B with body 67 ... with resolved type: 68 pointer to instance of struct B with body 69 70 ... with resolved type: 71 reference to instance of struct B with body 72 ... to: nothing 73 ... with resolved type: 74 void 75 (types: 76 void 77 ) 78 Environment:([unbound]DT) -> instance of struct B with body (no widening) 78 Environment:([unbound]) -> instance of struct A without body (no widening) 79 79 80 80 … … 113 113 Cost ( 0, 1, 0, 0, 1, -5, 0 ): Application of 114 114 Variable Expression: baz: forall 115 instance of type T (not function type) 116 with assertions 117 Variable Expression: ?=?: pointer to function 118 ... with parameters 119 reference to instance of type T (not function type) 120 instance of type T (not function type) 121 ... returning 122 instance of type T (not function type) 123 124 ... with resolved type: 125 pointer to function 115 T: sized data type 116 ... with assertions 117 ?=?: pointer to function 126 118 ... with parameters 127 119 reference to instance of type T (not function type) … … 130 122 instance of type T (not function type) 131 123 132 Variable Expression: ?{}: pointer to function 133 ... with parameters 134 reference to instance of type T (not function type) 135 ... returning nothing 136 137 ... with resolved type: 138 pointer to function 124 ?{}: pointer to function 139 125 ... with parameters 140 126 reference to instance of type T (not function type) 141 127 ... returning nothing 142 128 143 Variable Expression: ?{}: pointer to function 144 ... with parameters 145 reference to instance of type T (not function type) 146 instance of type T (not function type) 147 ... returning nothing 148 149 ... with resolved type: 150 pointer to function 129 ?{}: pointer to function 151 130 ... with parameters 152 131 reference to instance of type T (not function type) … … 154 133 ... returning nothing 155 134 156 Variable Expression: ^?{}: pointer to function 157 ... with parameters 158 reference to instance of type T (not function type) 159 ... returning nothing 160 161 ... with resolved type: 162 pointer to function 135 ^?{}: pointer to function 163 136 ... with parameters 164 137 reference to instance of type T (not function type) 165 138 ... returning nothing 139 166 140 167 141 function … … 172 146 ... with resolved type: 173 147 pointer to forall 174 instance of type [unbound] (not function type) 175 with assertions 176 Variable Expression: ?=?: pointer to function 177 ... with parameters 178 reference to instance of type T (not function type) 179 instance of type T (not function type) 180 ... returning 181 instance of type T (not function type) 182 183 ... with resolved type: 184 pointer to function 148 [unbound]:sized data type 149 ... with assertions 150 ?=?: pointer to function 185 151 ... with parameters 186 152 reference to instance of type [unbound] (not function type) … … 189 155 instance of type [unbound] (not function type) 190 156 191 Variable Expression: ?{}: pointer to function 192 ... with parameters 193 reference to instance of type T (not function type) 194 ... returning nothing 195 196 ... with resolved type: 197 pointer to function 157 ?{}: pointer to function 198 158 ... with parameters 199 159 reference to instance of type [unbound] (not function type) 200 160 ... returning nothing 201 161 202 Variable Expression: ?{}: pointer to function 203 ... with parameters 204 reference to instance of type T (not function type) 205 instance of type T (not function type) 206 ... returning nothing 207 208 ... with resolved type: 209 pointer to function 162 ?{}: pointer to function 210 163 ... with parameters 211 164 reference to instance of type [unbound] (not function type) … … 213 166 ... returning nothing 214 167 215 Variable Expression: ^?{}: pointer to function 216 ... with parameters 217 reference to instance of type T (not function type) 218 ... returning nothing 219 220 ... with resolved type: 221 pointer to function 168 ^?{}: pointer to function 222 169 ... with parameters 223 170 reference to instance of type [unbound] (not function type) 224 171 ... returning nothing 172 225 173 226 174 function … … 240 188 void 241 189 ) 242 Environment:([unbound] T) -> instance of type T (not function type) (no widening)190 Environment:([unbound]) -> instance of type T (not function type) (no widening) 243 191 244 192 Could not satisfy assertion: 245 Variable Expression:?=?: pointer to function193 ?=?: pointer to function 246 194 ... with parameters 247 reference to instance of type T(not function type)248 instance of type T(not function type)195 reference to instance of type [unbound] (not function type) 196 instance of type [unbound] (not function type) 249 197 ... returning 250 instance of type T(not function type)198 instance of type [unbound] (not function type) 251 199 252 ... with resolved type:253 pointer to function254 ... with parameters255 reference to instance of type [unbound] (not function type)256 instance of type [unbound] (not function type)257 ... returning258 instance of type [unbound] (not function type)259 -
tests/io/.expect/manipulatorsOutput1.arm64.txt
rea1c97b r37477ef 29 29 float 30 30 0 3 3.00000 3.537 3.537 4 4. 3.5 3.5 3 3.5 3.5 +3.5 +3.5 000003.5 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+00 31 0. 3. 3 3.537 3.537 4.4 3.5 3.5 3. 3.5 3.5 +3.5 +3.5 000003.5 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+0031 0. 3.000000 3.000000 3.537 3.537000 4 4 3.5 3.5 3. 3.5 3.5 +3.5 +3.5 000003.5 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+00 32 32 double 33 0 3 3.00000 3.537 3.537 4 4. 3.5 3.5 3 3.5 3.5 +3.5 +3.5 000003.53.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+0034 0. 3. 3 3.537 3.537 4. 4 3.5 3.5 3. 3.5 3.5 +3.5 +3.5 000003.53.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+0033 0 3.000000 3.537 3.537000 4. 4 3.54 3.54 +3.54 00003.54 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+00 34 0. 3.000000 3.537 3.537000 4 4. 3.54 3.54 +3.54 00003.54 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+00 35 35 long double 36 0 3 3.00000 3.537 3.537 4 4. 3.5 3.5 3 3.5 3.5 +3.5 +3.5 000003.53.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+0037 0. 3. 3 3.53699999999999992184029906638898 3.537 4. 4 3.5 3.5 3. 3.5 3.5 +3.5 +3.5 000003.53.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+0036 0 3.000000 3.537 3.537000 4. 4 3.54 3.54 +3.54 00003.54 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+00 37 0. 3.000000 3.53699999999999992184029906638898 3.537000 4 4. 3.54 3.54 +3.54 00003.54 3.54E+00 0x1.c5p+1 0X1.C5P+1 3.54e+00 38 38 39 39 char -
tests/io/.expect/manipulatorsOutput2.arm64.txt
rea1c97b r37477ef 9 9 -0x1.b8p+4 -0x1.b8p+4 -0x1.b8p+4 10 10 0.000000e+00 2.750000e+01 -2.750000e+01 11 0e0 27.5e0 -27.5e012 11 0B11011 0X1B 2.75E-09 0X1.B8P+4 13 12 11011 33 1b 14 13 0. 0 27. 27 27.5 15 +27 -27 +27 . -27.+27.5 -27.514 +27 -27 +27 -27 +27.5 -27.5 16 15 34 34 34 17 4. 4. 4.16 4.000000 4.000000 4.000000 18 17 ab ab ab 19 18 34567 34567 34567 20 3456. 3456. 3456.19 3456.000000 3456.000000 3456.000000 21 20 abcde abcde abcde 22 21 034 0034 0000000034 … … 25 24 27.500 27.5 28. 27.50000000 26 25 27.000 27.500 27.5 28. 27.50000000 27 27 27. 27.5027 27.50026 27 27.000000 27.500000 027 27.500 28 27 234.567 234.57 234.6 235. 29 28 234567. 2.3457e+05 2.346e+05 2.35e+05 -
tests/meta/.expect/archVast.nast.arm64.txt
rea1c97b r37477ef 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: FA64: double9 Variable Expression: FA64: signed int 10 10 ... with resolved type: 11 double11 signed int 12 12 ... to: 13 13 char … … 39 39 40 40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 41 Variable Expression: FA64: signed int41 Variable Expression: FA64: double 42 42 ... with resolved type: 43 signed int43 double 44 44 ... to: 45 45 char
Note:
See TracChangeset
for help on using the changeset viewer.