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
GCC complains:
../util/irep.h:247:21: error: ‘*((void*)(& __val)+8).irept::data’ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
remove_ref(data);
GCC 7 and later are fine without this hack.
0 commit comments