https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105762
Ivan Sorokin <vanyacpp at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vanyacpp at gmail dot com --- Comment #4 from Ivan Sorokin <vanyacpp at gmail dot com> --- Perhaps the warning message could be improved? The warning is saying about arrays but there are no arrays in the original code. I think it would be great if the warning said something about {invalid/wild/cast from int} pointer. English is not my strong suit, perhaps something like this: warning: dereferencing wild pointer '(int*)1ul' is undefined