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
The C standard requires that types are compatible. For the case of void* vs.
some other pointer type, GCC uses the other pointer type if, and only if, the
void* operand is NULL.
Fixesdiffblue#134
This is currently tracked in regression test ansi-c/gcc_builtins2.
The text was updated successfully, but these errors were encountered: