-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
// Generated by Fuzzlyn v3.3 on 2026-01-30 00:24:21
// Run on Arm Linux
// Seed: 1258975953768210879
// Reduced from 90.6 KiB to 0.3 KiB in 00:00:49
// Debug: Outputs 0
// Release: Outputs 1
public class Program
{
public static ushort s_3;
public static ulong s_4;
public static sbyte s_9 = -1;
public static void Main()
{
if (1 >= ((ushort)s_9 >> s_3))
{
s_4 = 1;
}
System.Console.WriteLine(s_4);
}
}Repros on win-x64 too. Lots of similar looking failures in latest Fuzzlyn run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1272835&view=ms.vss-build-web.run-extensions-tab
Bisected to #123233, cc @EgorBo
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI