Temporary header file '/tmp/2IuHZgPN9T/dump1.h' with the following content will be compiled to create GCC translation unit dump: // add defines #define __STDC_VERSION__ 201710L #define _GXX_NULLPTR_T #define CLUTTER_ENABLE_COMPOSITOR_API 1 #define _REGEX_NELTS(n) #define _Atomic #define PACKED #define getaddrinfo_a(a,b,c,d) // add includes #include "/usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/curve25519_tables.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/internal.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/fipsmodule/bn/internal.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/fipsmodule/ec/ecp_nistz.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/fipsmodule/ec/ecp_nistz256.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/fipsmodule/ec/ecp_nistz384.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/internal.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/limbs/limbs.h" #include "/usr/share/cargo/registry/ring-0.16.20/crypto/poly1305/internal.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/aes.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/arm_arch.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/base.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/check.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/cpu.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/mem.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/poly1305.h" #include "/usr/share/cargo/registry/ring-0.16.20/include/GFp/type_check.h" #include "/usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_32.h" #include "/usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h" // add classes aes_key_st* tmp_add_class_0; fe* tmp_add_class_1; fe_loose* tmp_add_class_2; The GCC parameters: gcc -fdump-lang-raw -fkeep-inline-functions -c -x c++ -fpermissive -w "/tmp/2IuHZgPN9T/dump1.h" -I/usr/share/cargo/registry/ring-0.16.20/include In file included from /tmp/2IuHZgPN9T/dump1.h:12: /usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/curve25519_tables.h:19:14: error: ‘fe’ does not name a type 19 | static const fe d = {{ | ^~ /usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/curve25519_tables.h:29:14: error: ‘fe’ does not name a type 29 | static const fe sqrtm1 = {{ | ^~ /usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/curve25519_tables.h:39:14: error: ‘fe’ does not name a type 39 | static const fe d2 = {{ | ^~ /usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/curve25519_tables.h:145:14: error: ‘ge_precomp’ does not name a type 145 | static const ge_precomp k25519Precomp[32][8] = { | ^~~~~~~~~~ /usr/share/cargo/registry/ring-0.16.20/crypto/curve25519/curve25519_tables.h:7639:14: error: ‘ge_precomp’ does not name a type 7639 | static const ge_precomp Bi[8] = { | ^~~~~~~~~~ In file included from /tmp/2IuHZgPN9T/dump1.h:30: /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:14:16: error: expected unqualified-id before ‘__int128’ 14 | typedef signed __int128 fiat_25519_int128; | ^~~~~~~~ /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:15:18: error: expected unqualified-id before ‘__int128’ 15 | typedef unsigned __int128 fiat_25519_uint128; | ^~~~~~~~ /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h: In function ‘void fiat_25519_carry_mul(uint64_t*, const uint64_t*, const uint64_t*)’: /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:103:3: error: ‘fiat_25519_uint128’ was not declared in this scope; did you mean ‘fiat_25519_uint1’? 103 | fiat_25519_uint128 x1 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[4]) * UINT8_C(0x13))); | ^~~~~~~~~~~~~~~~~~ | fiat_25519_uint1 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:104:21: error: expected ‘;’ before ‘x2’ 104 | fiat_25519_uint128 x2 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[3]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:105:21: error: expected ‘;’ before ‘x3’ 105 | fiat_25519_uint128 x3 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[2]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:106:21: error: expected ‘;’ before ‘x4’ 106 | fiat_25519_uint128 x4 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[1]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:107:21: error: expected ‘;’ before ‘x5’ 107 | fiat_25519_uint128 x5 = ((fiat_25519_uint128)(arg1[3]) * ((arg2[4]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:108:21: error: expected ‘;’ before ‘x6’ 108 | fiat_25519_uint128 x6 = ((fiat_25519_uint128)(arg1[3]) * ((arg2[3]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:109:21: error: expected ‘;’ before ‘x7’ 109 | fiat_25519_uint128 x7 = ((fiat_25519_uint128)(arg1[3]) * ((arg2[2]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:110:21: error: expected ‘;’ before ‘x8’ 110 | fiat_25519_uint128 x8 = ((fiat_25519_uint128)(arg1[2]) * ((arg2[4]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:111:21: error: expected ‘;’ before ‘x9’ 111 | fiat_25519_uint128 x9 = ((fiat_25519_uint128)(arg1[2]) * ((arg2[3]) * UINT8_C(0x13))); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:112:21: error: expected ‘;’ before ‘x10’ 112 | fiat_25519_uint128 x10 = ((fiat_25519_uint128)(arg1[1]) * ((arg2[4]) * UINT8_C(0x13))); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:113:21: error: expected ‘;’ before ‘x11’ 113 | fiat_25519_uint128 x11 = ((fiat_25519_uint128)(arg1[4]) * (arg2[0])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:114:21: error: expected ‘;’ before ‘x12’ 114 | fiat_25519_uint128 x12 = ((fiat_25519_uint128)(arg1[3]) * (arg2[1])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:115:21: error: expected ‘;’ before ‘x13’ 115 | fiat_25519_uint128 x13 = ((fiat_25519_uint128)(arg1[3]) * (arg2[0])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:116:21: error: expected ‘;’ before ‘x14’ 116 | fiat_25519_uint128 x14 = ((fiat_25519_uint128)(arg1[2]) * (arg2[2])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:117:21: error: expected ‘;’ before ‘x15’ 117 | fiat_25519_uint128 x15 = ((fiat_25519_uint128)(arg1[2]) * (arg2[1])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:118:21: error: expected ‘;’ before ‘x16’ 118 | fiat_25519_uint128 x16 = ((fiat_25519_uint128)(arg1[2]) * (arg2[0])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:119:21: error: expected ‘;’ before ‘x17’ 119 | fiat_25519_uint128 x17 = ((fiat_25519_uint128)(arg1[1]) * (arg2[3])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:120:21: error: expected ‘;’ before ‘x18’ 120 | fiat_25519_uint128 x18 = ((fiat_25519_uint128)(arg1[1]) * (arg2[2])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:121:21: error: expected ‘;’ before ‘x19’ 121 | fiat_25519_uint128 x19 = ((fiat_25519_uint128)(arg1[1]) * (arg2[1])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:122:21: error: expected ‘;’ before ‘x20’ 122 | fiat_25519_uint128 x20 = ((fiat_25519_uint128)(arg1[1]) * (arg2[0])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:123:21: error: expected ‘;’ before ‘x21’ 123 | fiat_25519_uint128 x21 = ((fiat_25519_uint128)(arg1[0]) * (arg2[4])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:124:21: error: expected ‘;’ before ‘x22’ 124 | fiat_25519_uint128 x22 = ((fiat_25519_uint128)(arg1[0]) * (arg2[3])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:125:21: error: expected ‘;’ before ‘x23’ 125 | fiat_25519_uint128 x23 = ((fiat_25519_uint128)(arg1[0]) * (arg2[2])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:126:21: error: expected ‘;’ before ‘x24’ 126 | fiat_25519_uint128 x24 = ((fiat_25519_uint128)(arg1[0]) * (arg2[1])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:127:21: error: expected ‘;’ before ‘x25’ 127 | fiat_25519_uint128 x25 = ((fiat_25519_uint128)(arg1[0]) * (arg2[0])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:128:21: error: expected ‘;’ before ‘x26’ 128 | fiat_25519_uint128 x26 = (x25 + (x10 + (x9 + (x7 + x4)))); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:129:29: error: ‘x26’ was not declared in this scope; did you mean ‘x27’? 129 | uint64_t x27 = (uint64_t)(x26 >> 51); | ^~~ | x27 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:131:21: error: expected ‘;’ before ‘x29’ 131 | fiat_25519_uint128 x29 = (x21 + (x17 + (x14 + (x12 + x11)))); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:132:21: error: expected ‘;’ before ‘x30’ 132 | fiat_25519_uint128 x30 = (x22 + (x18 + (x15 + (x13 + x1)))); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:133:21: error: expected ‘;’ before ‘x31’ 133 | fiat_25519_uint128 x31 = (x23 + (x19 + (x16 + (x5 + x2)))); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:134:21: error: expected ‘;’ before ‘x32’ 134 | fiat_25519_uint128 x32 = (x24 + (x20 + (x8 + (x6 + x3)))); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:135:21: error: expected ‘;’ before ‘x33’ 135 | fiat_25519_uint128 x33 = (x27 + x32); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:136:29: error: ‘x33’ was not declared in this scope; did you mean ‘x34’? 136 | uint64_t x34 = (uint64_t)(x33 >> 51); | ^~~ | x34 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:138:21: error: expected ‘;’ before ‘x36’ 138 | fiat_25519_uint128 x36 = (x34 + x31); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:139:29: error: ‘x36’ was not declared in this scope; did you mean ‘x37’? 139 | uint64_t x37 = (uint64_t)(x36 >> 51); | ^~~ | x37 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:141:21: error: expected ‘;’ before ‘x39’ 141 | fiat_25519_uint128 x39 = (x37 + x30); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:142:29: error: ‘x39’ was not declared in this scope; did you mean ‘x38’? 142 | uint64_t x40 = (uint64_t)(x39 >> 51); | ^~~ | x38 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:144:21: error: expected ‘;’ before ‘x42’ 144 | fiat_25519_uint128 x42 = (x40 + x29); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:145:29: error: ‘x42’ was not declared in this scope; did you mean ‘x43’? 145 | uint64_t x43 = (uint64_t)(x42 >> 51); | ^~~ | x43 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h: In function ‘void fiat_25519_carry_square(uint64_t*, const uint64_t*)’: /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:181:3: error: ‘fiat_25519_uint128’ was not declared in this scope; did you mean ‘fiat_25519_uint1’? 181 | fiat_25519_uint128 x9 = ((fiat_25519_uint128)(arg1[4]) * x1); | ^~~~~~~~~~~~~~~~~~ | fiat_25519_uint1 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:182:21: error: expected ‘;’ before ‘x10’ 182 | fiat_25519_uint128 x10 = ((fiat_25519_uint128)(arg1[3]) * x2); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:183:21: error: expected ‘;’ before ‘x11’ 183 | fiat_25519_uint128 x11 = ((fiat_25519_uint128)(arg1[3]) * x4); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:184:21: error: expected ‘;’ before ‘x12’ 184 | fiat_25519_uint128 x12 = ((fiat_25519_uint128)(arg1[2]) * x2); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:185:21: error: expected ‘;’ before ‘x13’ 185 | fiat_25519_uint128 x13 = ((fiat_25519_uint128)(arg1[2]) * x5); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:186:21: error: expected ‘;’ before ‘x14’ 186 | fiat_25519_uint128 x14 = ((fiat_25519_uint128)(arg1[2]) * (arg1[2])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:187:21: error: expected ‘;’ before ‘x15’ 187 | fiat_25519_uint128 x15 = ((fiat_25519_uint128)(arg1[1]) * x2); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:188:21: error: expected ‘;’ before ‘x16’ 188 | fiat_25519_uint128 x16 = ((fiat_25519_uint128)(arg1[1]) * x6); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:189:21: error: expected ‘;’ before ‘x17’ 189 | fiat_25519_uint128 x17 = ((fiat_25519_uint128)(arg1[1]) * x7); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:190:21: error: expected ‘;’ before ‘x18’ 190 | fiat_25519_uint128 x18 = ((fiat_25519_uint128)(arg1[1]) * (arg1[1])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:191:21: error: expected ‘;’ before ‘x19’ 191 | fiat_25519_uint128 x19 = ((fiat_25519_uint128)(arg1[0]) * x3); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:192:21: error: expected ‘;’ before ‘x20’ 192 | fiat_25519_uint128 x20 = ((fiat_25519_uint128)(arg1[0]) * x6); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:193:21: error: expected ‘;’ before ‘x21’ 193 | fiat_25519_uint128 x21 = ((fiat_25519_uint128)(arg1[0]) * x7); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:194:21: error: expected ‘;’ before ‘x22’ 194 | fiat_25519_uint128 x22 = ((fiat_25519_uint128)(arg1[0]) * x8); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:195:21: error: expected ‘;’ before ‘x23’ 195 | fiat_25519_uint128 x23 = ((fiat_25519_uint128)(arg1[0]) * (arg1[0])); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:196:21: error: expected ‘;’ before ‘x24’ 196 | fiat_25519_uint128 x24 = (x23 + (x15 + x13)); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:197:29: error: ‘x24’ was not declared in this scope; did you mean ‘x25’? 197 | uint64_t x25 = (uint64_t)(x24 >> 51); | ^~~ | x25 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:199:21: error: expected ‘;’ before ‘x27’ 199 | fiat_25519_uint128 x27 = (x19 + (x16 + x14)); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:200:21: error: expected ‘;’ before ‘x28’ 200 | fiat_25519_uint128 x28 = (x20 + (x17 + x9)); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:201:21: error: expected ‘;’ before ‘x29’ 201 | fiat_25519_uint128 x29 = (x21 + (x18 + x10)); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:202:21: error: expected ‘;’ before ‘x30’ 202 | fiat_25519_uint128 x30 = (x22 + (x12 + x11)); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:203:21: error: expected ‘;’ before ‘x31’ 203 | fiat_25519_uint128 x31 = (x25 + x30); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:204:29: error: ‘x31’ was not declared in this scope; did you mean ‘x32’? 204 | uint64_t x32 = (uint64_t)(x31 >> 51); | ^~~ | x32 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:206:21: error: expected ‘;’ before ‘x34’ 206 | fiat_25519_uint128 x34 = (x32 + x29); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:207:29: error: ‘x34’ was not declared in this scope; did you mean ‘x35’? 207 | uint64_t x35 = (uint64_t)(x34 >> 51); | ^~~ | x35 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:209:21: error: expected ‘;’ before ‘x37’ 209 | fiat_25519_uint128 x37 = (x35 + x28); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:210:29: error: ‘x37’ was not declared in this scope; did you mean ‘x38’? 210 | uint64_t x38 = (uint64_t)(x37 >> 51); | ^~~ | x38 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:212:21: error: expected ‘;’ before ‘x40’ 212 | fiat_25519_uint128 x40 = (x38 + x27); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:213:29: error: ‘x40’ was not declared in this scope; did you mean ‘x41’? 213 | uint64_t x41 = (uint64_t)(x40 >> 51); | ^~~ | x41 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h: In function ‘void fiat_25519_carry_scmul_121666(uint64_t*, const uint64_t*)’: /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:586:3: error: ‘fiat_25519_uint128’ was not declared in this scope; did you mean ‘fiat_25519_uint1’? 586 | fiat_25519_uint128 x1 = ((fiat_25519_uint128)UINT32_C(0x1db42) * (arg1[4])); | ^~~~~~~~~~~~~~~~~~ | fiat_25519_uint1 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:587:21: error: expected ‘;’ before ‘x2’ 587 | fiat_25519_uint128 x2 = ((fiat_25519_uint128)UINT32_C(0x1db42) * (arg1[3])); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:588:21: error: expected ‘;’ before ‘x3’ 588 | fiat_25519_uint128 x3 = ((fiat_25519_uint128)UINT32_C(0x1db42) * (arg1[2])); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:589:21: error: expected ‘;’ before ‘x4’ 589 | fiat_25519_uint128 x4 = ((fiat_25519_uint128)UINT32_C(0x1db42) * (arg1[1])); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:590:21: error: expected ‘;’ before ‘x5’ 590 | fiat_25519_uint128 x5 = ((fiat_25519_uint128)UINT32_C(0x1db42) * (arg1[0])); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:591:28: error: ‘x5’ was not declared in this scope; did you mean ‘x6’? 591 | uint64_t x6 = (uint64_t)(x5 >> 51); | ^~ | x6 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:593:21: error: expected ‘;’ before ‘x8’ 593 | fiat_25519_uint128 x8 = (x6 + x4); | ^~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:594:28: error: ‘x8’ was not declared in this scope; did you mean ‘x9’? 594 | uint64_t x9 = (uint64_t)(x8 >> 51); | ^~ | x9 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:596:21: error: expected ‘;’ before ‘x11’ 596 | fiat_25519_uint128 x11 = (x9 + x3); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:597:29: error: ‘x11’ was not declared in this scope; did you mean ‘x12’? 597 | uint64_t x12 = (uint64_t)(x11 >> 51); | ^~~ | x12 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:599:21: error: expected ‘;’ before ‘x14’ 599 | fiat_25519_uint128 x14 = (x12 + x2); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:600:29: error: ‘x14’ was not declared in this scope; did you mean ‘x15’? 600 | uint64_t x15 = (uint64_t)(x14 >> 51); | ^~~ | x15 /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:602:21: error: expected ‘;’ before ‘x17’ 602 | fiat_25519_uint128 x17 = (x15 + x1); | ^~~~ | ; /usr/share/cargo/registry/ring-0.16.20/third_party/fiat/curve25519_64.h:603:29: error: ‘x17’ was not declared in this scope; did you mean ‘x18’? 603 | uint64_t x18 = (uint64_t)(x17 >> 51); | ^~~ | x18