You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use code like const long double ldvar = 10.0l; and hover over the long double const variable or literal and it shows an invalid value. It works with 1.25.3. Reproed on Linux x64 (doesn't repro on Mac or Windows).
Also, repros with 10.0W (__float80), but not 10.0Q (__float128).