Fix parsing of invalid int* exponents. Fixes #4396.
authorMarek Safar <marek.safar@gmail.com>
Thu, 12 Apr 2012 14:46:19 +0000 (15:46 +0100)
committerMarek Safar <marek.safar@gmail.com>
Thu, 12 Apr 2012 14:48:13 +0000 (15:48 +0100)
commit997c36839d3da095be070116da5a22518524bf14
tree4b911f8dd62acb812bb6c587edfe0365fcac6688
parent64f549cab9c514dc5f83e1981641620028155c8f
Fix parsing of invalid int* exponents. Fixes #4396.
mcs/class/corlib/System/Int32.cs
mcs/class/corlib/Test/System/Int16Test.cs
mcs/class/corlib/Test/System/Int32Test.cs
mcs/class/corlib/Test/System/Int64Test.cs
mcs/class/corlib/Test/System/UInt16Test.cs
mcs/class/corlib/Test/System/UInt32Test.cs
mcs/class/corlib/Test/System/UInt64Test.cs