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
Maybe we shouldn't strictly require that the result is a single constant, and instead accept expressions that solely consist of constants (and type casts).
That would be one option - though it seems theres a number of places that we've recently tripped over cases where this kind of constant FP operation isn't currently handled - so maybe we really should attempt a better fix to simplify() to handle this kind of expression?
The following example:
Used to be able to be compiled by goto-cc, but since #2490 was merged this example now fails to compile due to a type check failure:
The text was updated successfully, but these errors were encountered: