Initialize gtUseNum before use (#57256)
authorKunal Pathak <Kunal.Pathak@microsoft.com>
Tue, 17 Aug 2021 04:35:39 +0000 (21:35 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 04:35:39 +0000 (21:35 -0700)
commit53d328146b25bca28f2e273c873ddcc85b5eecf6
treec5446a63a53030f853425c5ed2c626a250b2b84f
parent3d2bf6e47b5aac8827515f958dc88faf121c06c9
Initialize gtUseNum before use (#57256)

* Initialize gtUseNum

* Add test case

* catch the exceptions in test case

* kind of disable test

* try to exclude the test one more time
src/coreclr/jit/compiler.hpp
src/tests/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953.csproj [new file with mode: 0644]
src/tests/issues.targets