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
string_constantt::to_array_expr must maintain the source location
The C front-end uses this method to create arrays from string literals.
The resulting expression must have a source location to ensure the
resulting GOTO instruction knows which source location to use.
Fixes: #6994
0 commit comments