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
Add separate pconst attribute for tracking whether to print const
Normal const attribute will be preseved (not stripped from locals), such that type compatibility (e.g. for generic) is still correct.
Must print some consts because otherwise the whole testing framework fails since it assumes CIL will keep some consts for GCC.
0 commit comments