Imported Upstream version 5.12.0.222

Former-commit-id: b815cc57516037522dd2d5bd374c9cb2bdd03bac
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2018-04-25 08:41:01 +00:00
parent 8fc30896db
commit d611fefa02
37 changed files with 56 additions and 33 deletions

View File

@ -1 +1 @@
a702007e45ef02d80b53178a93f12a0e4161387a 9544823d03e71dc9059564b8c7fbe8be9483d0bc

View File

@ -1 +1 @@
f46a6ca9ae078dba035c97088989d5ebd33252b1 28f60a5aa88f85c58ecdc32445f6a814f3a5fdbc

View File

@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable. // Use these assembly version constants to make code more maintainable.
// //
public const string MonoVersion = "5.12.0.220"; public const string MonoVersion = "5.12.0.222";
public const string MonoCompany = "Mono development team"; public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure"; public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors"; public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -1 +1 @@
968ff72936e52bedacfc33a30cdcd421c94522a7 d28b6c3703a58531f125c423c27f8adbde573af9

View File

@ -1 +1 @@
4dc943b05d47979e08bfbb03ff1ecef3c81f13a5 3604c375f47486e552da59ed4a25284180b314e6

View File

@ -1 +1 @@
d4777068e27d20b1f9f90e201a51d77c5faa442b 58d245d451489dbeea28505fea734a77300d3616

View File

@ -1 +1 @@
10e3bfcb53f40eebda9c2d830e4312928fe7f3c9 4c6742c18b8578b8206b12de108cc6a6e225a4ec

View File

@ -1 +1 @@
6051fe6c7013789d45e7d8e3fb8d8039e9ff814a dd3b73736ed3fae602f5f62d52f593ca267d37e8

View File

@ -1 +1 @@
27203237ac23da05704e504c5e1cd2bec13d1210 06506c4a96a36fa5f17807f9c4d9047bc2fa413f

View File

@ -1 +1 @@
4e5a5ee2828ce937ec0c19e3d34cd5a0d8c3533b 4ead486d5a9c37a72b0a4e192ba811c507c551f5

View File

@ -1 +1 @@
968ff72936e52bedacfc33a30cdcd421c94522a7 d28b6c3703a58531f125c423c27f8adbde573af9

View File

@ -1 +1 @@
4dc943b05d47979e08bfbb03ff1ecef3c81f13a5 3604c375f47486e552da59ed4a25284180b314e6

View File

@ -1 +1 @@
d4777068e27d20b1f9f90e201a51d77c5faa442b 58d245d451489dbeea28505fea734a77300d3616

View File

@ -1 +1 @@
10e3bfcb53f40eebda9c2d830e4312928fe7f3c9 4c6742c18b8578b8206b12de108cc6a6e225a4ec

View File

@ -1 +1 @@
6051fe6c7013789d45e7d8e3fb8d8039e9ff814a dd3b73736ed3fae602f5f62d52f593ca267d37e8

View File

@ -1 +1 @@
27203237ac23da05704e504c5e1cd2bec13d1210 06506c4a96a36fa5f17807f9c4d9047bc2fa413f

View File

@ -1 +1 @@
4e5a5ee2828ce937ec0c19e3d34cd5a0d8c3533b 4ead486d5a9c37a72b0a4e192ba811c507c551f5

View File

@ -1 +1 @@
968ff72936e52bedacfc33a30cdcd421c94522a7 d28b6c3703a58531f125c423c27f8adbde573af9

View File

@ -1 +1 @@
4dc943b05d47979e08bfbb03ff1ecef3c81f13a5 3604c375f47486e552da59ed4a25284180b314e6

View File

@ -1 +1 @@
d4777068e27d20b1f9f90e201a51d77c5faa442b 58d245d451489dbeea28505fea734a77300d3616

View File

@ -1 +1 @@
10e3bfcb53f40eebda9c2d830e4312928fe7f3c9 4c6742c18b8578b8206b12de108cc6a6e225a4ec

View File

@ -1 +1 @@
6051fe6c7013789d45e7d8e3fb8d8039e9ff814a dd3b73736ed3fae602f5f62d52f593ca267d37e8

View File

@ -1 +1 @@
27203237ac23da05704e504c5e1cd2bec13d1210 06506c4a96a36fa5f17807f9c4d9047bc2fa413f

View File

@ -1 +1 @@
4e5a5ee2828ce937ec0c19e3d34cd5a0d8c3533b 4ead486d5a9c37a72b0a4e192ba811c507c551f5

View File

@ -3177,4 +3177,27 @@ L_3:
ldc.i4.0 ldc.i4.0
ret ret
} }
.method public hidebysig static int32 test_1_dont_verify_ptr_byrefs () cil managed
{
.locals init (int32 v_0, int32 *& v_2, int32 *v_1)
//v_0 = 1
ldc.i4.1
stloc.0
//v_1 = &v_0 < bad store of `int32&` to ìnt32*&` but must work
ldloca v_0
stloc.1
//v_2 = (intptr)v_1
ldloc.1
conv.u
stloc.2
//return *v_2
ldloc.2
ldind.i4
ret
}
} }

View File

@ -1 +1 @@
79872f8eecab893a5cc7113659b5780a5f494f0a 98c74554c4f3345d0b6e95022def55c9fcb5e2d8

View File

@ -1 +1 @@
d1990aee1f3b34c75453c63bedb0afae4793e7a7 06e56484c1395a31e102aecbc301bfcb3f2ab7d2

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/5130d89" #define FULL_VERSION "explicit/9150941"

Binary file not shown.

View File

@ -1 +1 @@
329437f645644091046c414cc8fa5562b5f1fc30 900d8c124b72c4dd30803a8afb8e9a2a48614bd9

Binary file not shown.

View File

@ -1 +1 @@
521098bd4ca59178fd0eb057618f26d2dfc89e54 f7c2bb79bc946f6d4bd686ff44fe7ffe32e8dbf0

Binary file not shown.

View File

@ -1 +1 @@
a2a1cb002601b3c67db1b45f7d6e83c821313c58 3245f7d49da55416c78d07f12d0b2ea70ced3b23

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mono 5.12.0.220\n" "Project-Id-Version: mono 5.12.0.222\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n" "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2018-04-24 08:44+0000\n" "POT-Creation-Date: 2018-04-25 08:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

Binary file not shown.

View File

@ -1 +1 @@
599e7552198e62b9b7d0e88db61fcab8152b5493 58e85a4d934ff61d18241e3ecdebf3df6f88e9ba